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

Commit

Permalink
Merge f89dcd1 into 299e055
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrowder committed Dec 16, 2015
2 parents 299e055 + f89dcd1 commit 0326704
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.6

* Addition of Windows support

## 0.3.5

* Raise explicit exception if user passes non-str path
Expand Down
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ For more information, see [numenta.org](http://numenta.org) or the [NuPIC wiki](

NuPIC binaries are available for:

- Linux x86 64b
- Linux x86 64bit
- OS X 10.9
- OS X 10.10
- Windows 64bit

#### Dependencies

Expand All @@ -37,6 +38,15 @@ Your version of Linux probably has a C compiler installed. Be sure you have eith
pip install https://s3-us-west-2.amazonaws.com/artifacts.numenta.org/numenta/nupic.core/releases/nupic.bindings/nupic.bindings-0.2.2-cp27-none-linux_x86_64.whl
pip install nupic

### Install Windows

> **NOTE**: The `nupic.bindings` binary distribution is not stored on [PyPi](https://pypi.python.org/pypi/nupic) along with the OS X distribution.
<pre>
pip install https://s3-us-west-2.amazonaws.com/artifacts.numenta.org/numenta/nupic.core/releases/nupic.bindings/nupic.bindings-0.2.2-py2-none-win_amd64.whl
pip install nupic
</pre>

### Test

# From the root of the repo:
Expand All @@ -59,6 +69,8 @@ For details about checking out this repository and building in your local enviro

Please see the [Contributing to NuPIC](https://github.com/numenta/nupic/wiki/Contributing-to-NuPIC) wiki page.

* Build: [![Build Status](https://travis-ci.org/numenta/nupic.png?branch=master)](https://travis-ci.org/numenta/nupic)
* Build:
[![Build Status](https://travis-ci.org/numenta/nupic.png?branch=master)](https://travis-ci.org/numenta/nupic)
[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/4toemh0qtr21mk6b/branch/master?svg=true)](https://ci.appveyor.com/project/numenta-ci/nupic/branch/master)
* Unit Test Coverage: [![Coverage Status](https://coveralls.io/repos/numenta/nupic/badge.png?branch=master)](https://coveralls.io/r/numenta/nupic?branch=master)
* [Regression Tests](https://github.com/numenta/nupic.regression): [![Build Status](https://travis-ci.org/numenta/nupic.regression.svg?branch=master)](https://travis-ci.org/numenta/nupic.regression)

0 comments on commit 0326704

Please sign in to comment.