返回提交历史
Modified
docs/requirements.md
+1
-5
XFEstudio/gpt4free
chore(docs/requirements.md): remove curl_cffi installation instruction
da3c019f
代码差异
1 个文件
+1
-5
@@ -38,13 +38,9 @@ Install required package for loading cookies from browser:
38
38
```
39
39
pip install browser_cookie3
40
40
```
41
Install curl_cffi for better protection from being blocked:
42
```
43
pip install curl_cffi
44
```
45
41
Install all packages and uninstall this package for disabling the webdriver:
46
42
```
47
43
pip uninstall undetected-chromedriver
48
44
```
49
45
50
[Return to Home](/)
46
[Return to Home](/)