diff --git a/doc/source/install.rst b/doc/source/install.rst index b43d2b8aac517..82d2dcd1cc709 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -165,8 +165,9 @@ To install pandas for Python 3 you may need to use the package ``python3-pandas` Debian & Ubuntu, unstable (latest packages), `NeuroDebian `__ , ``sudo apt-get install python-pandas`` Ubuntu, stable, `official Ubuntu repository `__ , ``sudo apt-get install python-pandas`` Ubuntu, unstable (daily builds), `PythonXY PPA `__; activate by: ``sudo add-apt-repository ppa:pythonxy/pythonxy-devel && sudo apt-get update``, ``sudo apt-get install python-pandas`` - OpenSuse & Fedora, stable, `OpenSuse Repository `__ , ``zypper in python-pandas`` - + OpenSuse, stable, `OpenSuse Repository `__ , ``zypper in python-pandas`` + Fedora, stable, `official Fedora repository `__ , ``dnf install python-pandas`` + Centos/RHEL, stable, `EPEL repository `__ , ``yum install python-pandas``