# python **Repository Path**: JiuTianYue/python ## Basic Information - **Project Name**: python - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-07 - **Last Updated**: 2025-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 通过pip 安装Python依赖包示例 pip install pygal -i https://pypi.tuna.tsinghua.edu.cn/simple ### 虚拟环境创建 python -m venv ll_env ### 激活虚拟环境 Windows:ll_env\Scripts\activate Linux: source ll_env\Scripts\activate ### 关闭虚拟环境 deactivate