2017-06-05 08:22:16 +00:00
|
|
|
::Install Python Modules
|
2017-06-05 09:37:13 +00:00
|
|
|
pip install -r requirements.txt
|
2017-06-05 08:22:16 +00:00
|
|
|
|
|
|
|
::Install Ta-Lib
|
2017-07-20 01:53:08 +00:00
|
|
|
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
|
|
|
|
conda config --set show_channel_urls yes
|
2017-06-05 08:22:16 +00:00
|
|
|
conda install -c quantopian ta-lib=0.4.9
|
2018-01-15 10:01:59 +00:00
|
|
|
conda install -c conda-forge python-snappy
|
2017-06-05 08:22:16 +00:00
|
|
|
|
|
|
|
:: Install vn.py
|
|
|
|
python setup.py install
|