# tutu-server-py **Repository Path**: cxy/tutu-server-py ## Basic Information - **Project Name**: tutu-server-py - **Description**: python,flask - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-17 - **Last Updated**: 2021-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tutu-server-py #### 介绍 python,flask,aop,swagger,RESTful API,Token ## 环境搭建 ### 环境依赖 - python 3.7 - ### 虚拟环境 直接使用 python 3.3+ 版本自带的虚拟环境 ``` # 在项目根目录中,执行下面命令生成虚拟环境 py -m venv venv # 激活虚拟环境 .\venv\Scripts\activate ```