From 3cb4a67671a250b7874550a5b454881d5be42194 Mon Sep 17 00:00:00 2001 From: Martin Medler <36563496+martis42@users.noreply.github.com> Date: Sat, 23 Jan 2021 11:31:22 +0100 Subject: [PATCH] Remove reference to deprecated rule in README --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index b139a64608..bb20c2964e 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