Files
checkoutCreate/setup.sh
anamotaadyen 482fc51ed6 initial commit
2022-10-03 17:19:04 +01:00

4 lines
92 B
Bash
Executable File

#!/usr/bin/env bash
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt