Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
Open
Changes from all commits
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
5 changes: 5 additions & 0 deletions docs/pip.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ There are two implications which may not be immediately obvious for build requir
(recursively)
2. you need to repeat the above for _all_ your recursive runtime dependencies

> :warning: NOTE that the information that follows on finding build dependencies is deprecated and
> is only listed for historical records as this project is planned to be sunset and archived in the
> near future. **Please use [pybuild-deps](https://github.com/hermetoproject/pybuild-deps) and follow
> the instructions there instead.**

You can use the [pip_find_builddeps.py](../bin/pip_find_builddeps.py) script to find all the build
dependencies you will need. Here is how you would use it:

Expand Down