# 实验室设备管理系统 **Repository Path**: lovekang3344/Manage_System ## Basic Information - **Project Name**: 实验室设备管理系统 - **Description**: 这个是软件工程24组的成品 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-11-01 - **Last Updated**: 2024-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: 软件工程大作业 ## README # 首先 #### Venv 安装 ```bash python -m venv venv # 激活刚刚创建的虚拟环境 cd venv/Scripts/ activate.bat # 然后退出一下当前环境,回到项目根目录 cd ../ cd ../ ``` #### 安装依赖 ```bach pip install -r requirements.txt ``` #### 运行项目 ```bash # windows run.bat # linux chmod +x run.sh ./run.sh ```