zipline-live安装

基于python3.6安装

sudo apt update
sudo apt install python3-venv
sudo apt install build-essential python3-dev
python3 -m venv ~/zlive3
activate ~/zlive3/bin/activate or source ~/zlive3/bin/activate
pip install wheel
pip install IPython
mkdir ~/trader
cd ~/trader
git clone https://github.com/shlomikushchi/zipline.git
cd zipline
python -m pip install -e .[ib,dev] –no-cache-dir
zipline

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top