diff --git a/doc/source/development/contributing_environment.rst b/doc/source/development/contributing_environment.rst index 8a457d2c210b5..bc0a3556b9ac1 100644 --- a/doc/source/development/contributing_environment.rst +++ b/doc/source/development/contributing_environment.rst @@ -189,7 +189,7 @@ Creating a Python environment (pip) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you aren't using conda for your development environment, follow these instructions. -You'll need to have at least Python 3.7.0 installed on your system. If your Python version +You'll need to have at least the :ref:`minimum Python version ` that pandas supports. If your Python version is 3.8.0 (or later), you might need to update your ``setuptools`` to version 42.0.0 (or later) in your development environment before installing the build dependencies:: diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index 1184c596648fc..f56391ab568ac 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -15,6 +15,8 @@ Instructions for installing from source, `PyPI `__, `ActivePython `__, various Linux distributions, or a `development version `__ are also provided. +.. _install.version: + Python version support ----------------------