Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


*Reference: http://serverfault.com/questions/608192/pip-install-seems-to-be-ignoring-dependency-links *

For example, if a library is published on GitHub, you can specify it like::

setup(
Expand Down