diff --git a/docs/01_introduction/index.mdx b/docs/01_introduction/index.mdx index 4f68237f..86cfdf15 100644 --- a/docs/01_introduction/index.mdx +++ b/docs/01_introduction/index.mdx @@ -56,17 +56,11 @@ For better request-body compression, opt in to `brotli`, which compresses better ```bash - conda install conda-forge::apify-client conda-forge::brotli-python + conda install conda-forge::apify-client ``` -:::note Extras on conda-forge - -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. - -::: - For details, see [HTTP compression](../02_concepts/13_http_compression.mdx). ## Quick example diff --git a/website/versioned_docs/version-3.1/01_introduction/index.mdx b/website/versioned_docs/version-3.1/01_introduction/index.mdx index 4f68237f..86cfdf15 100644 --- a/website/versioned_docs/version-3.1/01_introduction/index.mdx +++ b/website/versioned_docs/version-3.1/01_introduction/index.mdx @@ -56,17 +56,11 @@ For better request-body compression, opt in to `brotli`, which compresses better ```bash - conda install conda-forge::apify-client conda-forge::brotli-python + conda install conda-forge::apify-client ``` -:::note Extras on conda-forge - -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. - -::: - For details, see [HTTP compression](../02_concepts/13_http_compression.mdx). ## Quick example