-
Notifications
You must be signed in to change notification settings - Fork 37
Numpy
Josef Fruehwald edited this page Feb 18, 2015
·
4 revisions
If you're using Cygwin on Windows and followed the directions for Downloading and Configuring Cygwin, numpy should be installed.
FAVE-extract now relies on numpy. We recommend installing numpy using the pip
package manager for python packages. It is a simple two step process. First download the get-pip.py
from the pip website (https://pip.pypa.io/en/latest/installing.html#install-pip)
python get-pip.py
After the script finishes running, run the following line:
pip install numpy