icebreaking / setup.sh
yunzi7's picture
Feat: upload project
df42f36
raw
history blame
108 Bytes
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
pre-commit install