Created
February 15, 2016 22:42
-
-
Save rhyolight/970b02acc60c31df8cac to your computer and use it in GitHub Desktop.
Installing on Ubuntu 15 in 4 steps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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