update tablib

This commit is contained in:
msincenselee 2018-08-14 23:32:39 +08:00
parent e61754f1ae
commit e5be9ba35f

View File

@ -30,9 +30,11 @@
3、Windows下安装步骤
1)minconda 安装 清华https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/ 下载windows下x86_64最新版本
安装时添加minconda到系统环境路径
安装时,记得勾选,添加minconda到系统环境路径
2)重启后,命令行窗口:
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
conda create --name py35 python=3.5
3)激活py35
@ -45,6 +47,8 @@
cd c:\vnpy
pip install -r requirements.txt
6安装Talib见下8
大佳
QQ/Wechat28888502
@ -158,6 +162,11 @@ QQ/Wechat28888502
#7、碰到的问题:安装某些组件,提示 cl.exe Not found
如果你安装了VC基础组件需要增加一个用户环境变量把"C:\Program Files (x86)\Microsoft Visual Studio\Shared\14.0\VC\bin" 添加到path变量中
#8、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
--------------------------------------------------------------------------------------------
# vn.py - 基于python的开源交易平台开发框架
https://github.com/vnpy/vnpy