File size: 108 Bytes
df42f36
 
 
 
1
2
3
4
5
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
pre-commit install