Skip to content

Commit

Permalink
Update install.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Naman-Raj-Singh committed Jan 13, 2024
1 parent e1aff3b commit 8f43596
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@echo on

python -m venv venv
venv\Scripts\activate
call venv\Scripts\activate
pip install -r requirements.txt

0 comments on commit 8f43596

Please sign in to comment.