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.
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>`.