# ismcs-shumo **Repository Path**: wangruichuan/ismcs-shumo ## Basic Information - **Project Name**: ismcs-shumo - **Description**: 2025 研究生 数学建模 F题 代码仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-22 - **Last Updated**: 2025-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 环境配置 初始化环境: ```shell conda create shumo -n python=3.9 conda activate shumo pip install -r requirements.txt ``` --- > git常用命令:https://gitee.com/ymhold/vue-course#%E7%AC%AC%E4%B8%80%E9%83%A8%E5%88%86-%E9%A2%84%E5%A4%87%E7%9F%A5%E8%AF%86--git Git 配置 - 配置 name 和 email: ```shell git config --global user.name "xxxx" git config --global user.email "xxx@xxx.xxx" ``` - 克隆仓库: ```shell git clone https://gitee.com/wangruichuan/ismcs-shumo.git ``` 修改后就可以提交,提交的时候可能会让你输入 gitee的账号和秘密。