Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 478 Bytes

Prerequisites:

From standard python:

  • Numpy
  • Scipy (that requires LAPACK, fortran compiler, and fftw)

Other packages

To install:

$ python setup.py install

To install to an alternative directory:

$ python setup.py install --prefix=/other/directory

be sure that /other/directory is in the PYTHONPATH environnement variable. (type export PYTHONPATH="/other/directory" at command line)