Skip to content

Commit cc4cbf2

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines 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)