From charlesreid1

Revision as of 21:37, 9 July 2013 by Admin (talk | contribs) (Created page with "=Installing= This was a pain, because I had some things that I hadn't worked out with easy_install and pip. I used Vritualenv to debug some of the problems, and basically en...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installing

This was a pain, because I had some things that I hadn't worked out with easy_install and pip. I used Vritualenv to debug some of the problems, and basically ended up having to remove my custom-installed version of numpy in favor of the pip-installed version of numpy.

First, I downloaded and installed easy_install from source.

Then, I ran the following commands:

$ sudo easy_install pip
$ sudo pip install numpy
$ sudo pip install pandas

and installing tables stuff:

$ sudo pip install numexpr
$ sudo pip install tables