From a7a7f8c1101aed1a9d37abbbcd80f77da414f0a8 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Fri, 2 Mar 2018 13:49:59 +0100 Subject: [PATCH] DOC: clarify version of ActivePython that includes pandas (#19964) --- doc/source/install.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.