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