Update requirements.md

This commit is contained in:
H Lohaus 2025-02-21 09:55:41 +01:00 committed by GitHub
parent 509933f7b3
commit 40c6132c06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,9 +38,9 @@ Install required package for loading cookies from browser:
```
pip install browser_cookie3
```
Install all packages and uninstall this package for disabling the webdriver:
Install all packages and uninstall this package for disabling the browser support:
```
pip uninstall undetected-chromedriver
pip uninstall nodriver
```
---