Aggiorna 'Readme.md'

This commit is contained in:
parruc 2023-01-03 12:35:43 +01:00
parent 23a26eac10
commit 398f1d72c5

View file

@ -16,12 +16,13 @@ Set the proper path in var _LINEAGEWIKI_
TODO: choose where to set _LINEAGEWIKI_ TODO: choose where to set _LINEAGEWIKI_
Installation: ## Installation:
```
```
git clone https://git.lattuga.net/d0c/suitablephones.git git clone https://git.lattuga.net/d0c/suitablephones.git
virtualenv . virtualenv .
bin/pip install -r requirements.txt bin/pip install -r requirements.txt
bin/python manage.py migrate bin/python manage.py migrate
bin/python manage.py createsuperuser bin/python manage.py createsuperuser
bin/python manage.py runserver bin/python manage.py runserver
```