# python_flask **Repository Path**: lee_913376662/python_flask ## Basic Information - **Project Name**: python_flask - **Description**: python语言 flask简单使用demo - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-19 - **Last Updated**: 2021-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 导出,导入requirements.txt ```` pip freeze > requirements.txt pip install -r requirements.txt ````