Skip to content

Commit 1080bbe

Browse files
authored
Fixed not installing correctly
- I didn't realize until now that the installer actually didn't work on other computers if cloned from the git
1 parent a49e94c commit 1080bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: install.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:: Create venv required
22
python -m venv venv
3-
call %cd%\venv\Scripts\activate
3+
call venv\Scripts\activate
44

55
:: Install dependencies
66
venv\Get_PyAudio.py

0 commit comments

Comments
 (0)