Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5e92eac

Browse filesBrowse 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
Copy full SHA for 5e92eac

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.