8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6399b6 commit cc4cbf2Copy full SHA for cc4cbf2
README.md
@@ -23,6 +23,8 @@ dependencies typically managed via `pip`.
23
Add the following to your `WORKSPACE` file to add the external repositories:
24
25
```python
26
+load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
27
+
28
git_repository(
29
name = "io_bazel_rules_python",
30
remote = "https://github.com/bazelbuild/rules_python.git",
0 commit comments