From c64a6ca92a06465b833fefa1287e7aad9e2dd615 Mon Sep 17 00:00:00 2001 From: Kotagiri Yaswanth Sai <57896227+yaswanthsai002@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:28:12 +0530 Subject: [PATCH] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 47001f8..2768609 100644 --- a/Readme.md +++ b/Readme.md @@ -5,8 +5,8 @@ The AsanaAI application is a Virtual Yoga Asana Assistant that uses Machine Lear ## Steps to use the application: 1. Clone the repository into the system using the command "git clone https://github.com/Yaswanthsai002/AsanaAI" 2. Open a terminal in the folder location and create a virtual environment using the command "python -m venv \" -3. Activate the environment using the command "source \/bin/activate" -4. Install the requirements from requirements.txt using the command "pip install requirements.txt --upgrade" +3. Activate the environment using the command "cd \/bin/activate" +4. Install the requirements from requirements.txt using the command "pip install -r requirements.txt --upgrade" 5. Run the Data Collection.py file using the command "python app/data_collection.py" 6. Run the Data Training.py file using the command "python app/data_training.py" 7. Apply makemigrations using the command "python manage.py makemigrations app"