Skip to content

Commit

Permalink
Merge pull request #6007 from smartsammler/fix-iss4733
Browse files Browse the repository at this point in the history
Fix #4733 by deleting the failing example
  • Loading branch information
pradyunsg authored Jul 6, 2019
2 parents d4f0f4e + f92ac73 commit a8c66dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/html/reference/pip_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -856,8 +856,8 @@ Examples

$ pip install SomePackage[PDF]
$ pip install git+https://git.repo/some_pkg.git#egg=SomePackage[PDF]
$ pip install .[PDF] # project in current directory
$ 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
1 change: 1 addition & 0 deletions news/4733.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Replace a failing example of pip installs with extras with a working one.

0 comments on commit a8c66dc

Please sign in to comment.