specify python3 in setup script

This commit is contained in:
Daniel Micay 2023-07-06 18:18:28 -04:00
parent f7f260a0ac
commit 6a34c523c9
1 changed files with 1 additions and 1 deletions

2
setup
View File

@ -1,5 +1,5 @@
#!/bin/bash
python -m venv --clear venv
python3 -m venv --clear venv
source venv/bin/activate
pip install --require-hashes --only-binary :all: -r requirements.txt