vnpy/install.sh

6 lines
107 B
Bash
Raw Normal View History

2019-03-19 02:45:48 +00:00
#!/usr/bin/env bash
# Install Python Modules
2019-02-26 02:31:23 +00:00
pip install -r requirements.txt
2019-03-19 02:45:48 +00:00
# Install vn.py
pip install .