# export **Repository Path**: MeverikC/export ## Basic Information - **Project Name**: export - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-02 - **Last Updated**: 2024-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 启动步骤 1. 创建虚拟环境 ```cmd python -m venv venv ``` 2. 运行虚拟环境 ```cmd # windows venv\Scripts\activate # linux source venv/bin/activate ``` 3. 安装依赖 ```cmd pip install -r requirements.txt ``` 4. 启动项目 ```cmd python app.py ``` 5. 退出虚拟环境 ```cmd deactivate ```