https://github.com/lmfit/lmfit-py
Revision cfdfa275b7a47d4d6326248d884319fa8bab233c authored by Matt Newville on 14 February 2013, 01:47:20 UTC, committed by Matt Newville on 14 February 2013, 01:47:20 UTC
1 parent f8fda0a
Raw File
Tip revision: cfdfa275b7a47d4d6326248d884319fa8bab233c authored by Matt Newville on 14 February 2013, 01:47:20 UTC
updated version to 0.7.1
Tip revision: cfdfa27
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