Error rendering WebPanel: No renderer found for resource type: velocity Template contents: <meta name="ajs-keyboardshortcut-hash" content="$keyboardShortcutManager.shortcutsHash">
메타 데이터의 끝으로 건너뛰기
메타 데이터의 시작으로 이동

이 페이지의 이전 버전을 보고 있습니다. 현재 버전 보기.

현재와 비교 페이지 이력 보기

« 이전 버전 5 다음 »


Anaconda Install

https://www.anaconda.com/download/#macos

Zipline Install
wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-MacOSX-x86_64.sh


bash Anaconda3-5.2.0-MacOSX-x86_64.sh


export PATH="$HOME/anaconda3/bin:$PATH"
source $HOME/anaconda3/bin/activate

conda update conda

conda create -n env
conda install -c Quantopian zipline

//ssl 및 기타 오류 발생시 실행
brew install freetype pkg-config gcc openssl

conda create -n env_zipline pythone=3.5
source activate env_zipline

conda install -c Quantopian zipline
  • 레이블 없음