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

XFEstudio/gpt4free

Update requirements.md

40c6132c
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +2 -2
Modified docs/requirements.md +2 -2
@@ -38,9 +38,9 @@ Install required package for loading cookies from browser:
38 38 ```
39 39 pip install browser_cookie3
40 40 ```
41 Install all packages and uninstall this package for disabling the webdriver:
41 Install all packages and uninstall this package for disabling the browser support:
42 42 ```
43 pip uninstall undetected-chromedriver
43 pip uninstall nodriver
44 44 ```
45 45
46 46 ---