Skip to content

Commit

Permalink
Fixed not installing correctly
Browse files Browse the repository at this point in the history
- I didn't realize until now that the installer actually didn't work on other computers if cloned from the git
  • Loading branch information
GhostNaN authored Jan 6, 2020
1 parent a49e94c commit 1080bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:: Create venv required
python -m venv venv
call %cd%\venv\Scripts\activate
call venv\Scripts\activate

:: Install dependencies
venv\Get_PyAudio.py
Expand Down

0 comments on commit 1080bbe

Please sign in to comment.