From d8ce6bd0058d6af021fe31f913f321a7f3ce22bc Mon Sep 17 00:00:00 2001 From: Gary Meng <3072379+garymengcom@users.noreply.github.com> Date: Wed, 26 Mar 2025 14:06:58 +0400 Subject: [PATCH 1/2] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 82ed998c..e406bb4c 100644 --- a/README.md +++ b/README.md @@ -73,16 +73,19 @@ python main.py ## **或docker 启动** -1. 下载助理版 +1. 克隆仓库 +```shell https://github.com/xszyou/Fay -2. 修改 `./system.conf` 文件 -3. 删除requirements.txt下pyqt5~=5.15.6 +``` +2. 修改 `./system.conf` 文件 +3. 删除`requirements.txt`下`PyQt5=<版本>` -build (修改配置文件后,需要重新build) +4. build (修改配置文件后,需要重新build) ```shell -docker build -t fay ./fay-assistant-edition +cd docker +docker build -t fay . ``` -run +运行 ```shell docker run -it --rm -p 5000:5000 -p 10001:10001 -p 10002:10002 -p 10003:10003 fay ``` From b64eb870353f27e2dc88a912f8956b579c4b7cca Mon Sep 17 00:00:00 2001 From: Gary Meng <3072379+garymengcom@users.noreply.github.com> Date: Wed, 26 Mar 2025 14:08:02 +0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e406bb4c..0e535479 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ python main.py 1. 克隆仓库 ```shell -https://github.com/xszyou/Fay +git clone https://github.com/xszyou/Fay.git ``` 2. 修改 `./system.conf` 文件 3. 删除`requirements.txt`下`PyQt5=<版本>`