File size: 131 Bytes
69fb171 |
1 2 3 4 5 6 7 8 |
#
# env
#
python3.9 -m venv env39
source env39/bin/activate
python3.9 -m pip install --upgrade pip
pip install -r requirements.txt
|
69fb171 |
1 2 3 4 5 6 7 8 |
#
# env
#
python3.9 -m venv env39
source env39/bin/activate
python3.9 -m pip install --upgrade pip
pip install -r requirements.txt
|