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
+2 -2
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
```
---