# yqm-admin-tdesign(Python) **Repository Path**: yqmkj/yqm-admin-tdesign-python ## Basic Information - **Project Name**: yqm-admin-tdesign(Python) - **Description**: 🚀🚀🚀yqm-admin-tdesign(Python版)这套框架专为快速高效地开发商务项目产品而设计,包括管理后台、微信小程序。它基于Python3、Flask 、Vue3 、TDesign UI,融合了 Java、Python 等后端语言,集成了如用户权限管理、代码生成器、表单设计、岗位部门管理、素材中心、微信配置、微信支付、支付宝支付、云存储和短信服务等。 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 3 - **Created**: 2025-02-18 - **Last Updated**: 2025-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, Flask, Vue, TDesign ## README # yqm-admin-tdesign(Python) 这是所有依赖的安装包(弃用) ```shell pip freeze > requirements.txt ``` # 使用(推荐) 安装依赖管理工具 ```shell pip install pipreqs ``` 然后在项目根目录下运行:生成文件`requirements.txt` ```shell pipreqs . --encoding=utf8 ``` 安装依赖 ```shell pip install -r requirements.txt ```