summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 8a11daada87d73b4334c5979ccb5b50b172c7669 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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