Skip to content

Installing modules, dependencies, in Python

mmm edited this page Jun 24, 2013 · 2 revisions

just a quick draft.

Some of the static bundeled libraries will now be moved to shared libs (so they don't bloat the NUPIC codebase, are up-to-date, etc).

One of these are Python modules, extra libraries for python. In NUPIC these are used now: numpy, Crypto, PIL, matplotlib, pkg_resources.py, psutil, pylab.py, pytz, simplejson, tweepy, yaml.

To install them on your system:

  • install from your systems repository (eg. search for python-numpy, python2-numpy, ...)
  • use pip
Clone this wiki locally