vnpy/install.bat

5 lines
98 B
Batchfile
Raw Normal View History

2019-02-26 02:31:23 +00:00
::Install Python Modules
pip install -r requirements.txt
:: Install vn.py
python setup.py install