From bf44ddb934c95d5ed500bac519e9cc5c1ce2bfe3 Mon Sep 17 00:00:00 2001 From: Adil Mohak <60693922+adilmohak@users.noreply.github.com> Date: Thu, 25 Mar 2021 13:19:05 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3283889..4eb88d9 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,6 @@ First Clone the repo with `git clone https://github.com/adilmohak/django_sms_and Run the following commands `pip install -r requirements.txt` -`python setup.py install` +`python manage.py runserver` # Thank You!!