Skip to content

Commit

Permalink
Merge pull request #2 from teja-tj/developments
Browse files Browse the repository at this point in the history
Corrected virtual environment activation commands
  • Loading branch information
yaswanthsai002 authored Jan 24, 2024
2 parents 3a691c5 + 79fbfb2 commit a27eef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ The AsanaAI application is a Virtual Yoga Asana Assistant that uses Machine Lear

## <u>Steps to use the application:</u>
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 \<name-of-environment\>"
3. Activate the environment using the command "cd \<name-of-environment\>/bin/activate"
2. Open a terminal in the folder location and create a virtual environment using the command "python -m venv <name-of-environment\>"
3. Activate the environment using the command ".\<name-of-environment\>\Scripts/activate" (windows) or "source <name-of-environmet/>/bin/activate" (macOS or Linux)
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"
Expand Down

0 comments on commit a27eef4

Please sign in to comment.