https://github.com/lmfit/lmfit-py
Raw File
Tip revision: c2b7ea15507baf2032f497441de917e505c6b784 authored by Matthew Newville on 31 May 2017, 19:11:22 UTC
correctly create non-constraint parameter values and bounds for least_squares()
Tip revision: c2b7ea1
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.4, the following versions are required:
  Python: 2.6, 2.7, 3.3, 3.4, or 3.5
  Numpy:  1.5 or higher
  Scipy:  0.13 or higher

Note that Python 2.6 and scipy 0.13 are deprecated, and
support and testing with them will be dropped in 0.9.5.


Matt Newville <newville@cars.uchicago.edu>
Last Update:  2016-July-1
back to top