From 6af4230192d93630fee4dbf2de896165d6f83545 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 10 Jul 2019 08:08:33 +0000 Subject: [PATCH] Correct pep517 flag in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 13e11a5773..bbff8de5ab 100644 --- a/README.rst +++ b/README.rst @@ -272,7 +272,7 @@ to install using pip and a virtualenv:: virtualenv -p python3 env source env/bin/activate - python -m pip install --no-pep-517 -e .[all] + python -m pip install --no-use-pep517 -e .[all] This will run a process of downloading and installing all the needed dependencies into a virtual env.