1 Star 0 Fork 1.1K

元贞/vn.py

forked from vn.py官方/vn.py 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install_osx.sh 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env bash
python=$1
shift 1
[[ -z $python ]] && python=python
$python -m pip install --upgrade pip wheel
# Get and build ta-lib
function install-ta-lib()
{
export HOMEBREW_NO_AUTO_UPDATE=true
brew install ta-lib
}
function ta-lib-exists()
{
ta-lib-config --libs > /dev/null
}
ta-lib-exists || install-ta-lib
# install ta-lib
$python -m pip install numpy==1.21.5
$python -m pip install ta-lib==0.4.24
# Install Python Modules
$python -m pip install -r requirements.txt
# Install VeighNa
$python -m pip install . $@
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wyule/vnpy.git
git@gitee.com:wyule/vnpy.git
wyule
vnpy
vn.py
master

搜索帮助