Skip to content

Commit

Permalink
将使用conda安装talib时的命令改为使用国内清华源
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy-dev-01 committed Jul 20, 2017
1 parent d636719 commit c129342
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
pip install -r requirements.txt

::Install Ta-Lib
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
conda install -c quantopian ta-lib=0.4.9

:: Install vn.py
Expand Down
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ popd
pip install -r requirements.txt

#Install Ta-Lib
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
conda install -c quantopian ta-lib=0.4.9

#Install vn.py
Expand Down

0 comments on commit c129342

Please sign in to comment.