diff --git a/README.md b/README.md index 68420a2..26b0671 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,25 @@ To run locally, do the usual : - Create a virtualenv - Install dependencies : + ``` pip install -r requirements.txt ``` + - Clone the project - Inside virtualenv, do theses commands to create the database : + ``` python manage.py makemigrations python manage.py migrate ``` + - Finally, run the server : + ``` python manage.py runserver ``` + - Website will be available through [http://localhost:8000/](http://localhost:8000/) ## Grab orders from the API