docs(README.md): add installation of dev dependencies
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2025-05-16 23:43:17 +02:00
parent ec5d1da4e3
commit b51e8a9a14
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
* make sure python >= 3.12 is installed * make sure python >= 3.12 is installed
* `python -m venv env` * `python -m venv env`
* `. env/bin/activate` * `. env/bin/activate`
* `pip install -r requirements.txt` * `pip install -r requirements.txt -r requirements-dev.txt`
* `cp .env.example .env` * `cp .env.example .env`
* `sed -i '/^ENVIRONMENT=/c ENVIRONMENT=development' .env` * `sed -i '/^ENVIRONMENT=/c ENVIRONMENT=development' .env`
* `./manage.py migrate` * `./manage.py migrate`