From cbf11f0a67471f30e3e0546a8ac4c61101728187 Mon Sep 17 00:00:00 2001 From: Jonathon Belotti Date: Wed, 27 Jan 2021 22:26:17 +1100 Subject: [PATCH] pip_repositories() is deprecated. remove directive to use it from README --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index a2592f4f3c..591c403554 100644 --- a/README.md +++ b/README.md @@ -66,13 +66,6 @@ http_archive( ) ``` -If you want to use the pip packaging rules, also add: - -```python -load("@rules_python//python:pip.bzl", "pip_repositories") -pip_repositories() -``` - To depend on a particular unreleased version (not recommended), you can do: ```python