From 1669addbea6b217c00539b2c780f8bcc4254d57d Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Thu, 26 Aug 2021 17:17:22 -0700 Subject: [PATCH 1/2] DOC: Update minimum pip version --- doc/source/getting_started/install.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index e42ef334c60a4..14b8fe93d82f3 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -132,6 +132,9 @@ Installing from PyPI pandas can be installed via pip from `PyPI `__. +.. note:: + You must have ``pip>=19.3``to install from PyPI. + :: pip install pandas From cfb7f802fa689f9ae67f118cbaa8ad1a14136d2a Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Thu, 26 Aug 2021 17:37:03 -0700 Subject: [PATCH 2/2] Update install.rst --- doc/source/getting_started/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index 14b8fe93d82f3..20ae37c85a9d9 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -133,7 +133,7 @@ pandas can be installed via pip from `PyPI `__. .. note:: - You must have ``pip>=19.3``to install from PyPI. + You must have ``pip>=19.3`` to install from PyPI. ::