From 4a61cda9faf4b42dde20a63447e33117d61b7e78 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Mon, 9 Sep 2024 09:16:16 +0800 Subject: [PATCH] update UserGuide.md --- doc/UserGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/UserGuide.md b/doc/UserGuide.md index 240e2c9..ebe3610 100644 --- a/doc/UserGuide.md +++ b/doc/UserGuide.md @@ -29,7 +29,7 @@ pip install -U pywxdump #### 1.2 从源码安装(安装最新版) ```shell script -pip install -U git+git://github.com/xaoyaoo/PyWxDump.git # 该方法无法安装网页图形界面 +pip install -U git+git://github.com/xaoyaoo/PyWxDump.git # 该方法无法安装网页图形界面,会导致浏览器显示页面无法打开,显示404 ``` 或