Skip to content

Commit

Permalink
Merge pull request #11328 from pfmoore/download_clarification
Browse files Browse the repository at this point in the history
Add a clarifying note to the pip download docs
  • Loading branch information
pfmoore authored Aug 1, 2022
2 parents 329be6c + 7cc6445 commit 4b95250
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/html/cli/pip_download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ match the constraint of the current interpreter (but not your target one), it
is recommended to specify all of these options if you are specifying one of
them. Generic dependencies (e.g. universal wheels, or dependencies with no
platform, abi, or implementation constraints) will still match an over-
constrained download requirement.
constrained download requirement. If some of your dependencies are not
available as binaries, you can build them manually for your target platform
and let pip download know where to find them using ``--find-links``.



Expand Down

0 comments on commit 4b95250

Please sign in to comment.