Skip to content
This repository was archived by the owner on Nov 22, 2020. It is now read-only.

Commit 1e4c92c

Browse files
committed
fast-forward to sprint 3 code frost
1 parent d6f6bdf commit 1e4c92c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for %%m in (v2c-desktop-controller-linux v2c-dispatcher v2c-dashboard-backend) d
1515
)
1616

1717
rem build the python modules
18-
for %%p in (pyaudio playsound pocketsphinx SpeechRecognition pydub websocket-client websocket keyboard) do (
18+
for %%p in (pyaudio playsound pocketsphinx SpeechRecognition pydub websocket-client websocket keyboard pycaw) do (
1919
echo Checking for %%p
2020
pip list | find "%%p">nul
2121
if errorlevel 1 pip install "%%p"

v2c-desktop-controller-linux

0 commit comments

Comments
 (0)