diff --git a/README.md b/README.md index 160882f..44a3151 100644 --- a/README.md +++ b/README.md @@ -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 -''' +```