Browse Source

Correct pep517 flag in readme (#5651)

tags/v1.2.0rc1
Bruno Windels 4 years ago
committed by Richard van der Hoff
parent
commit
4d122d295c
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      README.rst
  2. +1
    -0
      changelog.d/5651.doc

+ 1
- 1
README.rst 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
- 0
changelog.d/5651.doc View File

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

Loading…
Cancel
Save