Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2552 from rhyolight/linux-readme-update
Browse files Browse the repository at this point in the history
Updated Linux binary install instructions.
  • Loading branch information
rhyolight committed Sep 4, 2015
2 parents 555f9ef + 3ecdf37 commit f2f1824
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -21,10 +21,17 @@ NuPIC binaries are available for:
- [wheel](http://pythonwheels.com)
- [numpy](http://www.numpy.org/)

### Install
### Install OS X

pip install nupic

### Install Linux

> **NOTE**: The `nupic.bindings` binary distribution is not stored on [PyPi](https://pypi.python.org/pypi/nupic) along with the OS X distribution. NuPIC uses the [wheel](http://pythonwheels.com) binary format, and PyPi does not support hosting Linux wheel files. So we are forced to host our own.
pip install https://s3-us-west-2.amazonaws.com/artifacts.numenta.org/numenta/nupic.core/releases/nupic.bindings/nupic.bindings-0.1.5-cp27-none-linux_x86_64.whl
pip install nupic

### Test

# From the root of the repo:
Expand Down

0 comments on commit f2f1824

Please sign in to comment.