From e4090287c718b473f5e761714cb9299a5f909460 Mon Sep 17 00:00:00 2001 From: Ayush Varshney <97428742+Avtech04@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:39:27 +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 a2d92176..dfc2a3a6 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 `git clone https://github.com/Avtech04/Robotics_Club_Website.git` +4. then clone the git repo `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`