

If the virtualenv does not exist, it will be created before installing packages. Once you have obtained the source, you can do (after you open terminal as administrator): python setup.py build python setup. It cannot be specified together with the executable parameter (added in 2.1). If you want to keep up to date with the source on github just periodically do: git pullĤ.

Git clone git:///statsmodels/statsmodels.gitĢ. You can get the latest source from our github repository.Installing Statsmodel: (OPTIONAL) - If the above method didn’t work. Feel free to install based on your needs.) pip install numpy pip install scipy pip install matplotlib pip install ipython pip install jupyter pip install pandas pip install sympy pip install nose pip install tempita pip install cython pip install patsy pip install joblib pip install scikit-learn pip install -U statsmodels (These are the required packages for the sample program linked below. However, it is recommended to install them all at once. You can either install one by one when you need or install everything in advance. For Machine Learning, one requires a lot of packages.
