4 lines
82 B
Batchfile
4 lines
82 B
Batchfile
@echo off
|
|
pip uninstall pgw -y
|
|
python setup.py install
|
|
pipwin install pyaudio
|