suchwow/bin/setup

6 lines
94 B
Plaintext
Raw Normal View History

2020-07-15 09:18:13 +01:00
#!/bin/bash
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt