# watertank **Repository Path**: redfalsh/watertank ## Basic Information - **Project Name**: watertank - **Description**: 三维水箱软件 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-02-21 - **Last Updated**: 2022-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # watertank #### 介绍 三维水箱软件 #### 软件架构 软件架构说明 #### 打包教程 注:这里产品型号为RG202 1. 进入当前项目目录,执行命令`pyinstaller pyinstaller_RG202.spec`, 执行完成后会在当前目录下生成dist文件, 这里为`dist/RG202` 2. 拷贝当前目录下`packages/RG202`目录下的所有数据到`dist/RG202`目录中 3. 运行`dist/RG202`目录下的`RG202.exe`,检测软件是否能够正常运行 4. 电脑安装inno setup软件, 打开目录下`install_RG202.iss`, 运行 5. 打包完成后可生成安装软件,安装步骤按提示进行操作 注: 软件如果安装在c盘,要用管理员身份打开 #### 安装教程 1. 参考目录下`doc`的`RG202软件使用说明书` #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request