# Software_Test **Repository Path**: yutijin/software_test ## Basic Information - **Project Name**: Software_Test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-14 - **Last Updated**: 2025-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 拉取代码后,初始化项目 ``` # 1. 创建虚拟环境 # Windows(cmd 或 PowerShell) python -m venv venv # Linux/macOS python3 -m venv venv # 2. 激活虚拟环境 # Windows venv\Scripts\activate.bat # Linux/macOS source venv/bin/activate ```