Reword based on suggestion

Co-Authored-By: Noah <noah.bar.ilan@gmail.com>
This commit is contained in:
Pradyun Gedam 2020-04-13 04:55:57 +05:30 committed by GitHub
parent 877e1ccc77
commit 9e02a1a97f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,