You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,13 @@ NuPIC binaries are available for:
17
17
18
18
#### Dependencies
19
19
20
+
The following dependencies are required to install NuPIC on all operating systems.
21
+
20
22
-[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/)
22
24
-[wheel](http://pythonwheels.com)
23
25
-[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/)
25
27
26
28
### Install OS X
27
29
@@ -33,8 +35,6 @@ First, you must install [Xcode command line tools](https://developer.apple.com/l
33
35
34
36
> **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.
35
37
36
-
Your version of Linux probably has a C compiler installed. Be sure you have either clang or GCC 4.8.
0 commit comments