readme
This commit is contained in:
parent
0d098bffbc
commit
aafaf4b1d7
|
@ -2,11 +2,11 @@
|
|||
|
||||
la instalacion es muy estandar
|
||||
|
||||
'''
|
||||
```
|
||||
python -m venv env
|
||||
source env/bin/actevate
|
||||
python install -r requirements.txt
|
||||
'''
|
||||
```
|
||||
|
||||
## IMPORTANT EXTERNAL DEPENDETS
|
||||
|
||||
|
@ -15,7 +15,7 @@ https://xapian.org/download
|
|||
|
||||
Luego solo necesitas:
|
||||
|
||||
'''
|
||||
```
|
||||
./manage.py migrate
|
||||
./manage.py runserver
|
||||
'''
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue