testing release system
This commit is contained in:
5
venv.ps1
5
venv.ps1
@@ -1,7 +1,8 @@
|
||||
# Check for python3 or python
|
||||
if (Get-Command "python3") {
|
||||
$python = "python3"
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
$python = "python"
|
||||
}
|
||||
|
||||
@@ -15,4 +16,4 @@ if (-Not (Test-Path "./.venv")) {
|
||||
|
||||
# Install required packages
|
||||
& $python -m pip install --upgrade pip
|
||||
& $python -m pip install -r requirements.txt
|
||||
& $python -m pip install -r client/requirements.txt
|
||||
Reference in New Issue
Block a user