https://github.com/lmfit/lmfit-py
Raw File
Tip revision: db4f4e16b281eaa394f2ab24ab419b581557acd4 authored by Matt Newville on 02 October 2015, 15:18:06 UTC
put setattr() in try/except
Tip revision: db4f4e1
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