Specify python3 in setup script

This commit is contained in:
flawedworld 2023-07-06 23:05:25 +01:00 committed by Daniel Micay
parent 3da099a97b
commit d86767fc11

2
setup
View File

@ -2,6 +2,6 @@
npm ci --ignore-scripts
python -m venv --clear venv
python3 -m venv --clear venv
source venv/bin/activate
pip install --require-hashes --only-binary :all: -r requirements.txt