From 6b8373fb346212fc686173119baabfd620f4e854 Mon Sep 17 00:00:00 2001 From: Josef Prochazka Date: Mon, 20 Jul 2026 10:35:43 +0200 Subject: [PATCH] Remove conda special instructions for brotli, it is now included by default. --- docs/01_introduction/index.mdx | 8 +------- .../versioned_docs/version-3.1/01_introduction/index.mdx | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) 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