Skip to content

Commit

Permalink
Fix pypa#4733 by deleting the failing example
Browse files Browse the repository at this point in the history
This example did not make sense unless it was possible to install specify a version of a package one installs referencing by the path (here: `.`) .
  • Loading branch information
smartsammler authored Sep 22, 2017
1 parent 54b983c commit e51b769
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/reference/pip_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,6 @@ Examples
$ pip install SomePackage[PDF]
$ pip install git+https://git.repo/some_pkg.git#egg=SomePackage[PDF]
$ pip install SomePackage[PDF]==3.0
$ pip install -e .[PDF]==3.0 # editable project in current directory
$ pip install SomePackage[PDF,EPUB] # multiple extras


Expand Down

0 comments on commit e51b769

Please sign in to comment.