From 32832d0bcaeda5b2f78e8701a14c555abe59c240 Mon Sep 17 00:00:00 2001 From: Ayush Varshney <97428742+Avtech04@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:40:37 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfc2a3a6..f275a37d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If already installed python follow next steps: then `Set-ExecutionPolicy RemoteSigned` to allow running scripts
to roll back enter `Set-ExecutionPolicy Restricted`. 3. then install Django inside this environment with this command `pip install Django` -4. then clone the git repo `https://github.com/ContriHUB/Robotics_Club_Website.git` +4. then clone the git repo `git clone https://github.com/ContriHUB/Robotics_Club_Website.git` 5. `cd Robotics_Club_Website` 6. run `pip install -r requirements.txt` 7. create database schema by running `python manage.py makemigrations` and then `python manage.py migrate`