c2-utopia/init.sh

5 lines
66 B
Bash
Raw Normal View History

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