Raw File
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.15, the following versions are required:
  Python: 2.7 and 3.5 or higher
  NumPy: 1.16 or higher
  SciPy: 1.2 or higher
  six: 1.11 or higher
  asteval: 0.9.12 or higher
  uncertainties: 3.0.1 or higher

Matt Newville <newville@cars.uchicago.edu>
Last Update: 2019-August-29
back to top