XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

chore(docs/requirements.md): remove curl_cffi installation instruction

da3c019f
kqlio67 <kqlio67@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -5
Modified docs/requirements.md +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](/)