https://github.com/lmfit/lmfit-py
Raw File
Tip revision: 126593b10b85c7499a1a1967e5d8ed246959c282 authored by Matt Newville on 14 August 2012, 14:25:05 UTC
added data files to MANIFEST.in
Tip revision: 126593b
INSTALL
Installation instructions for LMFIT-py
========================================

To install the lmfit python module, use::

   python setup.py build
   python setup.py install

Python 2.6 or higher is required, as are numpy and scipy.

In order to use constraint expressions for parameters, the
asteval module (http://github.com/newville/asteval) must be
installed.

Matt Newville <newville@cars.uchicago.edu>
Last Update:  8-April-2012
back to top