Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shiveshcodes authored Oct 15, 2023
1 parent e3608c4 commit 3ddea52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Create Virtual Environment:
cd backend
python3 -m venv venv
./venv/Scripts/Activate.ps1 # Windows
# Linux/MacOS
source ./venv/bin/activate # Linux/MacOS
pip3 install -r requirements.txt
```

Expand Down

0 comments on commit 3ddea52

Please sign in to comment.