specify python3 in setup script

This commit is contained in:
Daniel Micay 2023-07-06 22:12:26 -04:00
parent 48c9636fbd
commit 5d07b89e77
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