phantasmobile/bootstrap.sh
2023-07-24 19:08:30 +01:00

4 lines
104 B
Bash
Executable file

#!/bin/sh
python3 -m venv venv
./venv/bin/pip install -U pip
./venv/bin/pip install -r requirements.txt