Skip to content

Commit bd13eb2

Browse files
committed
Update compile scripts for windows
1 parent 9d8a999 commit bd13eb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

seekers-api

setup.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ echo Setting up virtual environment ...
22
python -m venv venv
33

44
echo "Install requirements ..."
5-
.\venv\bin\pip install -r requirements.txt
5+
.\venv\Scripts\pip install -r requirements.txt
66

77
echo "Update submodule ..."
88
git submodule update --init --recursive --remote

0 commit comments

Comments
 (0)