8000 do not show 'pip3_import' as alternative to 'pip_install' in README (… · AutomatedTester/rules_python@5e92eac · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e92eac

Browse files
author
Jonathon Belotti
authored
do not show 'pip3_import' as alternative to 'pip_install' in README (bazel-contrib#398)
1 parent a164327 commit 5e92eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ load("@rules_python//python:pip.bzl", "pip_install")
122122

123123
# Create a central repo that knows about the dependencies needed for
124124
# requirements.txt.
125-
pip_install( # or pip3_import
125+
pip_install(
126126
name = "my_deps",
127127
requirements = "//path/to:requirements.txt",
128128
)

0 commit comments

Comments
 (0)
0