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
|
2018-05-06 13:59:22 +00:00
|
|
|
conda install -c quantopian ta-lib=0.4.9 -y
|
|
|
|
|
2017-06-05 08:22:16 +00:00
|
|
|
:: Install vn.py
|
|
|
|
python setup.py install
|