Skip to content

Commit

Permalink
Add a clarifying note to the pip download docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmoore committed Jul 30, 2022
1 parent b8ccb04 commit 7cc6445
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 7cc6445

Please sign in to comment.