From e83598d5bee3fdaa26545941984e8d794f1825f5 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 17 Sep 2024 12:26:31 +0200 Subject: [PATCH] readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -''' +```