Update 25.05.17.1 #2
|
@ -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