From d4db4b437747a5e1d90cfd788df47a7fe45f1bce Mon Sep 17 00:00:00 2001 From: wangpeng Date: Tue, 3 Jun 2025 14:45:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 709e514..3dc05d5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ DDE Autotest for openEuler, based on [YouQu](https://youqu.uniontech.com/). 建议新建一个普通管理员用户:**uos** ```bash -sudo pip3 install youqu +sudo pip3 install youqu-framework # 初始化工程 youqu-startproject dde # 克隆用例仓库 @@ -70,6 +70,17 @@ cd dde/ bash env.sh -D ``` +**安装截图工具** +``` +sudo yum install xcomposite xfixes xinerama -y # 工具依赖 +wget https://github.com/resurrecting-open-source-projects/scrot/releases/download/1.12.1/scrot-1.12.1.tar.gz +tar -xf scrot-1.12.1.tar.gz +cd scrot-1.12.1 +./configure +make +sudo make install +``` + ## 运行 ```bash -- Gitee