One edit to the original requirements: You must have cmake installed: http://www.cmake.org/ --------- Matt Taylor OS Community Flag-Bearer Numenta
On Fri, Aug 1, 2014 at 5:56 PM, Matthew Taylor <[email protected]> wrote: > I *think* I've finally got a pypi package uploaded that people can > use. I'm looking for volunteers who: > > 1. have python 2.6 or 2.7 installed > 2. have pip installed (or can install it) > 3. have git installed (or can install it) > 4. [optionally] have never installed nupic before > > If you fit this description and you'd like to run a semi-quick test > for me, simply open up a terminal window and type: > > pip install nupic > > This *should* download and build nupic and all required dependencies, > and it will take a few minutes depending on your internet connection > and computer speed. If the console output ends with: > > Successfully installed nupic > Cleaning up... > > That is a Good Thing. > > You should now be able to "import nupic" form python and run swarms, > models, etc. > > If you get some crazy errors during the installation which does not > end in "Successfully installed nupic", please paste your entire > console output on pastebin.com (or some other paste repository) and > reply here with the link. > > The more people who do this, the better! > > Many thanks, > --------- > Matt Taylor > OS Community Flag-Bearer > Numenta _______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
