Dsxquant 托管在Github,Gitee,PyPi,默认采用PyPi包安装方式
1、PyPi 安装
pip install dsxquant
2、Git 源码安装导入
git clone https://github.com/dsxkline/dsxquant.git
3、安装依赖,直接从 requirements.txt 文件进行安装即可
# pandas==1.5.1
pip install -r requirements.txt
大师兄量化专注于开源量化工具构建和策略赋能
Dsxquant 托管在Github,Gitee,PyPi,默认采用PyPi包安装方式
1、PyPi 安装
pip install dsxquant
2、Git 源码安装导入
git clone https://github.com/dsxkline/dsxquant.git
3、安装依赖,直接从 requirements.txt 文件进行安装即可
# pandas==1.5.1
pip install -r requirements.txt