testing release system
This commit is contained in:
4
venv.sh
4
venv.sh
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if command -v python3 &> /dev/null; then
|
||||
if command -v python3 &>/dev/null; then
|
||||
python="python3"
|
||||
else
|
||||
python="python"
|
||||
@@ -12,4 +12,4 @@ $python -m venv .venv
|
||||
source .venv/bin/activate
|
||||
|
||||
$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