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 cc4cbf2

Browse filesBrowse files
danieljanesbrandjon
authored andcommitted
Add loading of git_repository rule to README (bazel-contrib#152)
1 parent e6399b6 commit cc4cbf2
Copy full SHA for cc4cbf2

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ dependencies typically managed via `pip`.
2323
Add the following to your `WORKSPACE` file to add the external repositories:
2424

2525
```python
26+
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
27+
2628
git_repository(
2729
name = "io_bazel_rules_python",
2830
remote = "https://github.com/bazelbuild/rules_python.git",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.