# 自动化软件安装测试 **Repository Path**: dockerwho/autosofttest ## Basic Information - **Project Name**: 自动化软件安装测试 - **Description**: 用于自动化测试,麒麟服务器开源软件 包含扫描器以及开源软件模块 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-28 - **Last Updated**: 2023-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: 更新中, Python ## README # 所需环境 ### 主函数 1.安装python3 ```shell yum install python3 ``` ### python工具包 1.安装urllib3 ```shell pip3 install urllib3 ```