Skip to content

Instantly share code, notes, and snippets.

@kmader
Created October 7, 2016 17:37
Show Gist options
  • Save kmader/4fc70df7c5950963fdd0a2b6a475d65f to your computer and use it in GitHub Desktop.
Save kmader/4fc70df7c5950963fdd0a2b6a475d65f to your computer and use it in GitHub Desktop.
Anaconda Python3 Setup

Standard Image Processing

./conda install --channel https://conda.anaconda.org/menpo tbb
./conda install --channel https://conda.anaconda.org/janc opencv3 

Deep Learning

./conda install -c conda-forge tensorflow
./pip install keras
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment