Skip to content

Instantly share code, notes, and snippets.

@btel
Last active February 20, 2018 15:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save btel/757cf0911389f4d97f93 to your computer and use it in GitHub Desktop.
Save btel/757cf0911389f4d97f93 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