Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #4733 by deleting the failing example #6007

Merged
merged 1 commit into from
Jul 6, 2019

Conversation

smartsammler
Copy link
Contributor

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: .) .

No news file, because it is a trivial fix.

@@ -846,7 +846,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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about changing the example to $ pip install -e .[PDF] # editable project in current directory instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the hint.

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: `.`).
A new example for the local installation with an extra has been added
instead.
@pradyunsg pradyunsg merged commit a8c66dc into pypa:master Jul 6, 2019
@pradyunsg
Copy link
Member

Thanks @smartsammler for the PR and @xavfernandez + @benoit-pierre for the reviews! :D

@pradyunsg pradyunsg added the type: docs Documentation related label Jul 6, 2019
@smartsammler smartsammler deleted the fix-iss4733 branch July 9, 2019 08:38
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Aug 8, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation type: docs Documentation related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants