| commit | 95f91970a8b9773a31ec4bc6e954c4caf27cfdc5 | [log] [tgz] |
|---|---|---|
| author | mattmoor <mattmoor@google.com> | Mon Sep 18 17:35:29 2017 -0700 |
| committer | GitHub <noreply@github.com> | Mon Sep 18 17:35:29 2017 -0700 |
| tree | d31e0680bf9968c0d102968ca58e4cdc30c81cde | |
| parent | d6fbb0fb2a5c8e318dd4de5104dc41358cefaa90 [diff] |
Fix documentation bug Fixes: https://github.com/bazelbuild/rules_python/issues/7
diff --git a/README.md b/README.md index 8daf912..76791a7 100644 --- a/README.md +++ b/README.md
@@ -28,7 +28,7 @@ ) # Only needed for PIP support: -load("//python:pip.bzl", "pip_repositories") +load("@io_bazel_rules_python//python:pip.bzl", "pip_repositories") pip_repositories() ```