https://github.com/lmfit/lmfit-py
Raw File
Tip revision: 60ed7602e4c747e96034e130960dc3ffa9c0ed79 authored by reneeotten on 02 May 2020, 03:45:06 UTC
MAINT: also remove lmfit.ui from setup.py
Tip revision: 60ed760
INSTALL
Installation instructions for LMFIT-py
========================================

To install the lmfit Python module, use::

   python setup.py build
   python setup.py install

For lmfit 1.0.1, the following versions are required:
  Python: 3.5 or higher
  NumPy: 1.16 or higher
  SciPy: 1.2 or higher
  asteval: 0.9.16 or higher
  uncertainties: 3.0.1 or higher

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