From 643fe63532c73b90bcc3755e666c57314fb2a381 Mon Sep 17 00:00:00 2001 From: Ekesh Kumar <0ekesh@gmail.com> Date: Sun, 9 Oct 2022 15:14:56 -0500 Subject: [PATCH] Update `pip_install` to `pip_parse` in README.md `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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 944493c6a9..c1ba8f1699 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.