Skip to content

Instantly share code, notes, and snippets.

@yfwu
Forked from btel/install_orange_on_anaconda.sh
Created February 20, 2018 15:00
Show Gist options
  • Save yfwu/c2313ff28a80934c0cafae3c537835df to your computer and use it in GitHub Desktop.
Save yfwu/c2313ff28a80934c0cafae3c537835df to your computer and use it in GitHub Desktop.
install orange3 (http://orange.biolab.si/) with anaconda
conda create -n orange python=3.4 numpy scipy scikit-learn docutils beautifulsoup4 nose Sphinx xlrd pyqt psycopg2
source activate orange
pip install bottlechest
pip install chardet
pip install recommonmark
pip install pyqtgraph
pip install qt-graph-helpers
git clone https://github.com/biolab/orange3.git
cd orange3
python setup.py install
#run Orange
cd
python -m Orange.canvas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment