README: install dev-requirements.txt first

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-12 09:12:57 -07:00
parent bfd583211c
commit 29f48266f7

View File

@@ -106,7 +106,7 @@ source venv/bin/activate
From the root of this repo, run the following:
```
pip install -r {env}-requirements.txt -r dev-requirements.txt
pip install -r dev-requirements.txt -r {env}-requirements.txt
python -m build
```