diff --git a/doc/source/install.rst b/doc/source/install.rst index e3667221e5166..07f57dbd65709 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -137,7 +137,10 @@ pandas can be installed via pip from Installing with ActivePython ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Installation instructions for `ActivePython `__ can be found `here `__. +Installation instructions for +`ActivePython `__ can be found +`here `__. Versions +2.7 and 3.5 include pandas. Installing using your Linux distribution's package manager. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -303,5 +306,5 @@ Optional Dependencies Without the optional dependencies, many useful features will not work. Hence, it is highly recommended that you install these. A packaged - distribution like `Anaconda `__, `ActivePython `__, or `Enthought Canopy + distribution like `Anaconda `__, `ActivePython `__ (version 2.7 or 3.5), or `Enthought Canopy `__ may be worth considering.