add build environment setup script

This commit is contained in:
Daniel Micay 2023-01-17 00:09:44 -05:00
parent 5417e37062
commit fc8c4a6a57

5
setup Executable file
View File

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