From 9e02a1a97f335d2aeca91047a3a7d987657a9347 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 13 Apr 2020 04:55:57 +0530 Subject: [PATCH] Reword based on suggestion Co-Authored-By: Noah --- docs/html/reference/pip_install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/reference/pip_install.rst b/docs/html/reference/pip_install.rst index 6840e25fb..56b16781e 100644 --- a/docs/html/reference/pip_install.rst +++ b/docs/html/reference/pip_install.rst @@ -728,7 +728,7 @@ You can install local projects by specifying the project path to pip:: $ pip install path/to/SomeProject -Until version 20.0, pip did copy the entire project directory to a temporary +Until version 20.0, pip copied the entire project directory to a temporary location and installed from there. This approach was the cause of several performance and correctness issues. As of version 20.1 pip installs from the local project directory. Depending on the build backend used by the project,