Skip to content
Snippets Groups Projects
Commit 4d122d29 authored by Bruno Windels's avatar Bruno Windels Committed by Richard van der Hoff
Browse files

Correct pep517 flag in readme (#5651)

parent 65434da7
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
--no-pep517 should be --no-use-pep517 in the documentation to setup the development environment.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment