1 Star 0 Fork 13

chyp_info/VeighNa

forked from Gitee 极速下载/VeighNa 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install_osx.sh 644 Bytes
一键复制 编辑 原始数据 按行查看 历史
Edanflame 提交于 2022-03-15 10:10 . [Mod] 更新安装脚本
#!/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
# degrade setuptools to install deap 1.3.1 for python3.10
$python -m pip install setuptools==57.0.0
# Install Python Modules
$python -m pip install -r requirements.txt
# Install VeighNa
$python -m pip install . $@
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/chyp-info/VeighNa.git
git@gitee.com:chyp-info/VeighNa.git
chyp-info
VeighNa
VeighNa
master

搜索帮助