- 直接安装
git clone https://github.com/xingetouzi/bigfishtrader.git
cd bigfishtrader
python setup.py install
或
git clone https://github.com/xingetouzi/bigfishtrader.git
cd bigfishtrader
pip install -r requirements.txt
-
virtualenv安装
-
conda安装
git clone https://github.com/xingetouzi/bigfishtrader.git
cd bigfishtrader
python setup.py install
或
git clone https://github.com/xingetouzi/bigfishtrader.git
cd bigfishtrader
pip install -r requirements.txt
virtualenv安装
conda安装