Revision 5ca32e744596c2c4c54e6d5ea2aab7bf35858f4c authored by Matt Newville on 13 November 2013, 14:45:19 UTC, committed by Matt Newville on 13 November 2013, 14:45:19 UTC
1 parent a21c859
Raw File
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