docs(README.md): add installation of dev dependencies
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
ec5d1da4e3
commit
b51e8a9a14
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue