windows-compatible modpack downloader

This commit is contained in:
Joey Eamigh
2023-06-21 21:24:13 -04:00
parent 7682582364
commit 1e9379636d
2 changed files with 25 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ if (-Not (Test-Path "./.venv")) {
}
# Activate the virtual environment
. ./.venv/bin/Activate.ps1
. .\.venv\Scripts\Activate.ps1
# Install required packages
& $python -m pip install --upgrade pip