webCAMotion/Python/compile4win.bat

3 lines
97 B
Batchfile
Raw Normal View History

2016-01-25 01:15:35 +00:00
pyinstaller webcamotion.py -F --hidden-import=scipy
echo ############ DONE ##############
pause