https://github.com/lmfit/lmfit-py
Revision 44313be2ae16b8e18fab9f99f491aabe158f3ae7 authored by Matt Newville on 18 September 2014, 04:39:28 UTC, committed by Matt Newville on 18 September 2014, 04:39:28 UTC
1 parent 5d7b3e3
Raw File
Tip revision: 44313be2ae16b8e18fab9f99f491aabe158f3ae7 authored by Matt Newville on 18 September 2014, 04:39:28 UTC
add example of using per-iteration callback
Tip revision: 44313be
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.

Matt Newville <newville@cars.uchicago.edu>
Last Update:  2013-Dec-15
back to top