https://github.com/lmfit/lmfit-py
Raw File
Tip revision: 208871db96689c911e00b9d59dace2de68df3220 authored by Matt Newville on 26 October 2015, 22:24:37 UTC
Merge pull request #270 from lmfit/model_conf_interval
Tip revision: 208871d
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