From 951038539d04251d8890728a9ded3f60dfd7e392 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Mon, 7 Dec 2020 14:43:46 +0100 Subject: [PATCH] Fix installation instructions see https://github.com/pypa/pip/issues/7953 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56a79d7..111172e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Example: Install it (`$HOME/.local/bin/` should be in your `PATH`): -```python3 -m pip install --user --editable=.``` +```python3 -m pip install --user --editable=. --no-use-pep517``` ## Tools