From 6f6f3dd29363cd3a470f685f9a3db03390328199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E4=BA=91=E7=9A=93?= Date: Tue, 19 Nov 2024 14:30:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BE=9BREADME.md=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0892159..853597f 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,31 @@ # kyclassifier #### 介绍 -Use for analyzes layers and categories information of packages in openEuler. +用于分析openEuler中包的图层和类别信息。 #### 软件架构 -软件架构说明 +支持x86_64架构系统 #### 安装教程 -1. xxxx -2. xxxx -3. xxxx +1. 安装依赖模块pycdlib hawkey 和isoparser +安装命令: +pip3 install pycdlib isoparser +yum install python3-hawkey #### 使用说明 -1. xxxx -2. xxxx -3. xxxx +python3 main.py -h +usage: kyclassifier -h + -iso ISO_FILE_PATH + -repo + +optional arguments: + -h, --help show this help message and exit + -iso ISO Input ISO file path + -repo Whether to analyze repo packages. + #### 参与贡献 -- Gitee