File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Using PyPI packages (aka "pip install") involves the following main steps:
1111
1212With the advanced topics covered separately:
1313* Dealing with [ circular dependencies] ( ./circular-dependencies ) .
14+ * Handling [ multi-platform dependencies] ( ../howto/multi-platform-pypi-deps ) .
1415
1516``` {toctree}
1617lock
2223## Advanced topics
2324
2425``` {toctree}
26+ :maxdepth: 1
27+
2528circular-dependencies
2629patch
30+ ../howto/multi-platform-pypi-deps
2731```
Original file line number Diff line number Diff line change @@ -266,6 +266,9 @@ code will be re-evaluated when any of files in the default changes.
266266Those dependencies become available in a generated `requirements.bzl` file.
267267You can instead check this `requirements.bzl` file into your repo, see the "vendoring" section below.
268268
269+ For advanced use-cases, such as handling multi-platform dependencies, see the
270+ [How-to: Multi-Platform PyPI Dependencies guide](/howto/multi-platform-pypi-deps).
271+
269272In your WORKSPACE file:
270273
271274```starlark
You can’t perform that action at this time.
0 commit comments