Skip to content

Commit c15a2d1

Browse files
committed
docs: Clarify brotli installation on conda-forge
1 parent c09e1df commit c15a2d1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/01_introduction/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ For better request-body compression, opt in to `brotli`, which compresses better
6161
</TabItem>
6262
</Tabs>
6363

64+
:::note Extras on conda-forge
65+
66+
Conda doesn't support optional extras. On conda-forge, install the `brotli-python` package directly alongside the client. It provides the same `brotli` module as the PyPI extra.
67+
68+
:::
69+
6470
For details, see [HTTP compression](../02_concepts/13_http_compression.mdx).
6571

6672
## Quick example

0 commit comments

Comments
 (0)