Compare commits

...

4 commits

Author SHA1 Message Date
Richard van der Hoff dffba9994a
fix changelog typo 2019-07-10 13:55:07 +01:00
Richard van der Hoff a0cbb61323 Rename 5651.bugfix to 5651.doc 2019-07-10 14:27:27 +02:00
Bruno Windels 90007d6921 add changelog 2019-07-10 14:27:27 +02:00
Bruno Windels 6af4230192 Correct pep517 flag in readme 2019-07-10 14:27:27 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -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.

1
changelog.d/5651.doc Normal file
View file

@ -0,0 +1 @@
--no-pep517 should be --no-use-pep517 in the documentation to setup the development environment.