5 lines
98 B
Batchfile
5 lines
98 B
Batchfile
::Install Python Modules
|
|
pip install -r requirements.txt
|
|
|
|
:: Install vn.py
|
|
python setup.py install |