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