https://github.com/lmfit/lmfit-py
Revision 071b97ad88545f33cdbeede903ff156646bd8618 authored by Matthew Newville on 30 May 2017, 02:28:41 UTC, committed by Matthew Newville on 30 May 2017, 02:28:41 UTC
1 parent b02523a
Raw File
Tip revision: 071b97ad88545f33cdbeede903ff156646bd8618 authored by Matthew Newville on 30 May 2017, 02:28:41 UTC
update asv conf
Tip revision: 071b97a
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