vnpy/install.bat

5 lines
88 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
2019-03-19 02:45:48 +00:00
pip install .