Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 986 Bytes

install.rst

File metadata and controls

25 lines (15 loc) · 986 Bytes

Installation

Current Stable Release (|stable_version|)

You can obtain source distributions and Windows binaries from PyPi. Alternatively, you can use setuptools to install statsmodels:

easy_install statsmodels

or upgrade with:

easy_install -U statsmodels

Zipped archives and tarballs of older releases are available from github.

Bleeding Edge (|dev_version|-dev)

See the :doc:`developer's page <developer>` for instructions on obtaining the most up to date version of statsmodels. We try to keep this code stable and ready for production use.

Installation from Source

Statsmodels can be installed from source the usual way with the command python setup.py install. Full instructions can be found in the official :doc:`documentation <documentation>`.