aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEkesh Kumar <0ekesh@gmail.com>2022-11-02 13:37:41 -0500
committerGitHub <noreply@github.com>2022-11-02 11:37:41 -0700
commita08cc0ecb0d97cba374ef01c88a60c4055898cc6 (patch)
treed3a76c5b0a11235c007073d9ba5c7c807fc02b2c /README.md
parent7f65a6dd3fcef5742ac3c5bf59957774a30785da (diff)
downloadbazelbuild-rules_python-a08cc0ecb0d97cba374ef01c88a60c4055898cc6.tar.gz
Update `pip_install` to `pip_parse` in README.md (#852)
`pip_install` is deprecated and will be removed in a future release. The example has already been updated to `pip_parse`, but the caption has not been updated yet.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 944493c..c1ba8f1 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ target in the appropriate wheel repo.
### Installing third_party packages
-To add pip dependencies to your `WORKSPACE`, load the `pip_install` function, and call it to create the
+To add pip dependencies to your `WORKSPACE`, load the `pip_parse` function, and call it to create the
central external repo and individual wheel external repos.