Files
distant-horizons-sharded/relocate_natives/prepare.ps1
T
2025-01-25 18:25:58 +05:00

6 lines
111 B
PowerShell

$ErrorActionPreference = "Stop"
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt