From 3bf06a8521f8cdd5b7b32bda1ae9e50eda920b14 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Mon, 15 Sep 2025 01:39:19 +0300 Subject: [PATCH] docs: clarifying updates --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28e549d..f344704 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ Scrapling requires Python 3.10 or higher: pip install scrapling ``` -Starting with v0.3.2, this installation only includes the parser engine and its dependencies, without any fetchers. +Starting with v0.3.2, this installation only includes the parser engine and its dependencies, without any fetchers or commandline dependencies. ### Optional Dependencies diff --git a/docs/index.md b/docs/index.md index ea7a2de..51d490d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -114,7 +114,7 @@ Scrapling requires Python 3.10 or higher: pip install scrapling ``` -Starting with v0.3.2, this installation only includes the parser engine and its dependencies, without any fetchers. +Starting with v0.3.2, this installation only includes the parser engine and its dependencies, without any fetchers or commandline dependencies. ### Optional Dependencies