Skip to content

Instantly share code, notes, and snippets.

@rhyolight
Created February 15, 2016 22:42
Show Gist options
  • Save rhyolight/970b02acc60c31df8cac to your computer and use it in GitHub Desktop.
Save rhyolight/970b02acc60c31df8cac to your computer and use it in GitHub Desktop.
Installing on Ubuntu 15 in 4 steps
curl https://bootstrap.pypa.io/get-pip.py | sudo python
sudo apt-get install python-dev
pip install https://s3-us-west-2.amazonaws.com/artifacts.numenta.org/numenta/nupic.core/releases/nupic.bindings/nupic.bindings-0.4.0-cp27-none-linux_x86_64.whl --user
pip install nupic --user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment