Skip to content

Commit cf9255f

Browse files
committed
Clarified dependencies.
1 parent 54536ed commit cf9255f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ NuPIC binaries are available for:
1717

1818
#### Dependencies
1919

20+
The following dependencies are required to install NuPIC on all operating systems.
21+
2022
- [Python 2.7 & development headers](https://docs.python.org/devguide/setup.html#build-dependencies)
21-
- [pip](https://pypi.python.org/pypi/pip)
23+
- [pip](https://pip.pypa.io/en/stable/installing/)
2224
- [wheel](http://pythonwheels.com)
2325
- [numpy](http://www.numpy.org/)
24-
- C++ compiler like [gcc](https://gcc.gnu.org/) or [clang](http://clang.llvm.org/)
26+
- C++ 11 compiler like [gcc](https://gcc.gnu.org/) (4.8+) or [clang](http://clang.llvm.org/)
2527

2628
### Install OS X
2729

@@ -33,8 +35,6 @@ First, you must install [Xcode command line tools](https://developer.apple.com/l
3335

3436
> **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.
3537
36-
Your version of Linux probably has a C compiler installed. Be sure you have either clang or GCC 4.8.
37-
3838
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
3939
pip install nupic
4040

0 commit comments

Comments
 (0)