Skip to content

Commit

Permalink
oep-0018: reminder that pip install from PyPI ignores URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
singuliere committed Feb 12, 2019
1 parent d15ab26 commit 51ad9c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oeps/oep-0018-bp-python-dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@ packages from URLs whenever possible:
partially worked around via a post-processing script for the generated
requirements files; an example can be found in `edx-platform`_ at
``scripts/post-pip-compile.sh``.
* When installing a package from PyPI, pip will not pull requirements
from URLs. It will only pull requirements from PyPI.

.. _Non-editable URL installations: https://github.com/jazzband/pip-tools/issues/355
.. _relative local paths are expanded to absolute paths: https://github.com/jazzband/pip-tools/issues/204
Expand Down

0 comments on commit 51ad9c5

Please sign in to comment.