Skip to content

Commit

Permalink
remove incorrect --no-use-pep517 in command
Browse files Browse the repository at this point in the history
  • Loading branch information
wlav committed May 16, 2022
1 parent 82c9d46 commit dc5e566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/repositories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Finally, the top-level package ``cppyy``::

$ git clone https://github.com/wlav/cppyy.git
$ cd cppyy
$ python -m pip install . --upgrade --no-use-pep517 --no-deps
$ python -m pip install . --upgrade --no-deps

Please see the `pip documentation`_ for more options, such as developer mode.

Expand Down

0 comments on commit dc5e566

Please sign in to comment.