https://github.com/lmfit/lmfit-py
Raw File
Tip revision: e59a46077d4be2322b8999a62449461e303aa72c authored by Matt Newville on 02 April 2019, 00:13:20 UTC
Merge pull request #548 from lmfit/html_repr
Tip revision: e59a460
INSTALL
Installation instructions for LMFIT-py
========================================

To install the lmfit python module, use::

   python setup.py build
   python setup.py install

For lmfit 0.9.10, the following versions are required:
  Python: 2.7, 3.4, 3.5, or 3.6
  NumPy: 1.10 or higher
  SciPy: 0.19 or higher
  six: 1.10 or higher
  asteval: 0.9.12 or higher
  uncertainties: 3.0 or higher

Matt Newville <newville@cars.uchicago.edu>
Last Update: 2018-May-8
back to top