c2-utopia/init.sh

5 lines
66 B
Bash
Executable File

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