Skip to content

Instantly share code, notes, and snippets.

@heaven00
Created August 31, 2015 14:14
Show Gist options
  • Save heaven00/5ce843343ea113c7e417 to your computer and use it in GitHub Desktop.
Save heaven00/5ce843343ea113c7e417 to your computer and use it in GitHub Desktop.
Installing Theano on windows with Anaconda

3 Steps to setup theano on windows

  1. Install Anaconda
  2. run "conda install mingw libpython"
  3. run "pip install theano"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment