You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
931 B
931 B
Factory Sliceing 项目
安装依赖
在运行项目之前,需要先安装依赖:
# 使用 pip 安装
pip install -r requirements.txt
# 或者使用 pip3
pip3 install -r requirements.txt
# 或者使用 python -m pip
python -m pip install -r requirements.txt
主要依赖
toml- 配置文件解析(必需)redis- Redis 客户端oss2- 阿里云 OSS 客户端requests- HTTP 请求库uiautomation- UI 自动化(Windows)pywin32- Windows API(仅 Windows 系统需要)minio- MinIO 客户端(如果使用)
快速开始
-
安装依赖
pip install -r requirements.txt -
配置配置文件
- 复制
config.example.toml为config.toml - 根据实际情况修改配置
- 复制
-
运行程序
python main.py <command> [work_dir]