aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonathon Belotti <jonathon@canva.com>2021-01-05 22:07:40 +1100
committerGitHub <noreply@github.com>2021-01-05 22:07:40 +1100
commit5e92eac99b285e21cc8643a1391ed3b57f7fc4c1 (patch)
tree9e13125281b21cf709c950d062f89362001dce60 /README.md
parenta16432752ef33b98530f05ca86375b42059b23c0 (diff)
downloadbazelbuild-rules_python-5e92eac99b285e21cc8643a1391ed3b57f7fc4c1.tar.gz
do not show 'pip3_import' as alternative to 'pip_install' in README (#398)
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 f7f5ef9..7a2721f 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ load("@rules_python//python:pip.bzl", "pip_install")
# Create a central repo that knows about the dependencies needed for
# requirements.txt.
-pip_install( # or pip3_import
+pip_install(
name = "my_deps",
requirements = "//path/to:requirements.txt",
)