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

Update dependencies.rst #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

madhawav
Copy link

Indicated that dependency_links are now considered as deprecated.
Reference: http://serverfault.com/a/628714

Indicated that dependency_links are now considered as deprecated. 
Reference: http://serverfault.com/a/628714
dependencies.rst Outdated
@@ -65,6 +65,10 @@ Packages Not On PyPI

Sometimes you'll want to use packages that are properly arranged with setuptools, but aren't published to PyPI. In those cases, you can specify a list of one or more ``dependency_links`` URLs where the package can be downloaded, along with some additional hints, and setuptools will find and install the package correctly.

*Edit on 2017-03-23 : Dependency Links are now considered as depecrated in Python Wheels*
Copy link

Choose a reason for hiding this comment

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

typo: deprecated

phrasing: What do you mean with “in Python Wheels”?

Copy link
Author

Choose a reason for hiding this comment

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

I corrected the typo in new patch.
Also, added a text mentioning "pip install" would no longer consider dependency_links during installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants