vnpy/install.bat
2019-02-26 10:31:23 +08:00

5 lines
98 B
Batchfile

::Install Python Modules
pip install -r requirements.txt
:: Install vn.py
python setup.py install