From 7c2e98f0603c4abc2a94f4317030fec6acb79b71 Mon Sep 17 00:00:00 2001 From: yann Date: Tue, 6 May 2025 11:44:43 +0200 Subject: [PATCH] fixed instructions --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8cec00..3836d6a 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,13 @@ packages : python 3.11, python3.11-venv, python3-pip, git ### Installation -1. Create the virtual environment +1. Clone this repo and go in the project's directory + +2. Create the virtual environment ``` python3.11 -m venv env source env/bin/activate ``` -2. clone this repo 3. install environment ``` @@ -33,8 +34,13 @@ pip install -r requirements.txt ``` ## Execution + +1. Go in the Django project directory ``` cd LITReview +``` +2. Launch the test's server +``` python manage.py runserver ```