From da3c019f1877de966f37b95d04952d2f4539481a Mon Sep 17 00:00:00 2001 From: kqlio67 Date: Fri, 11 Oct 2024 09:26:36 +0300 Subject: chore(docs/requirements.md): remove curl_cffi installation instruction --- docs/requirements.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs/requirements.md') diff --git a/docs/requirements.md b/docs/requirements.md index a4137a64..98f7c84a 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -38,13 +38,9 @@ Install required package for loading cookies from browser: ``` pip install browser_cookie3 ``` -Install curl_cffi for better protection from being blocked: -``` -pip install curl_cffi -``` Install all packages and uninstall this package for disabling the webdriver: ``` pip uninstall undetected-chromedriver ``` -[Return to Home](/) \ No newline at end of file +[Return to Home](/) -- cgit v1.2.3