# deeplearning **Repository Path**: scott_shen/deeplearning ## Basic Information - **Project Name**: deeplearning - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-26 - **Last Updated**: 2025-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deeplearning ## 环境管理 - python -m venv env - source env/bin/activate - python -m pip install xyz ## 依赖管理 - 安装依赖: pip install -r requirements.txt - 生成依赖: pip freeze > requirements.txt - 更新依赖: pip install --upgrade -r requirements.txt