From b36e4e22371bccb7d64b010c604c5a861c86dfe3 Mon Sep 17 00:00:00 2001 From: Adil Mohak <60693922+adilmohak@users.noreply.github.com> Date: Sun, 15 Jan 2023 11:00:49 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ade966..9914b95 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,12 @@ Current features First Clone the repo with `git clone https://github.com/adilmohak/django-lms.git` -Run the following commands inside the root directory +Run the following command inside the root directory `pip install -r requirements.txt` + +Then open your `settings.py` file and setup your database (name, username, password) + `python manage.py runserver` Finally go to this address http://127.0.0.1:8000