# CPPython **Repository Path**: aicooing/CPPython ## Basic Information - **Project Name**: CPPython - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 导出依赖 pip freeze > packages.txt # 安装依赖 pip install -r packages.txt