From 76b5e94cec2e7a22522a75ded89fa91707dda5ef Mon Sep 17 00:00:00 2001 From: zy7y <13271962515@163.com> Date: Sun, 14 Jan 2024 13:06:36 +0800 Subject: [PATCH] =?UTF-8?q?docs=20=E6=9B=B4=E6=96=B0README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_readme.yml | 2 +- README.md | 30 ++--------------------------- 2 files changed, 3 insertions(+), 29 deletions(-) diff --git a/.github/workflows/update_readme.yml b/.github/workflows/update_readme.yml index c9cd2c6..afcf037 100644 --- a/.github/workflows/update_readme.yml +++ b/.github/workflows/update_readme.yml @@ -3,7 +3,7 @@ name: Update README on: push: branches: - - 'master' + - 'develop' jobs: update-readme: diff --git a/README.md b/README.md index ee6a770..2961dc0 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ - d -> db 数据库 - f -> fastapi + uvicorn 接口服务 - s -> sqlmodel 数据实体、ORM模型 +[桌面端下载](https://github.com/zy7y/dfs-generate/releases) + > 使用过程中有疑问、或其他宝贵意见 -> [issues](https://github.com/zy7y/dfs-generate/issues),如果你对这个项目感兴趣,欢迎加入共同实现, # 为什么不是其他 @@ -26,34 +28,6 @@ ![model_code](image/model_code.png) ![router_code](image/router_code.png) ![db_code](image/db_code.png) -# 使用项目 -> 项目本身语言版本 `Python3.8` -1. 拉取本项目 -```shell -git clone https://github.com/zy7y/dfs-generate.git -``` -2. 安装依赖 -```shell -# 可跳过:安装并使用虚拟环境 -python -m venv venv -# 进入虚拟环境 -# win -venv\Script\activate -# mac / linux -source venv/bin/activate -``` -```shell -# 安装依赖 -pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ -``` -3. 启动项目 -```shell -uvicorn main:app --port 80 -``` -4. 浏览器访问 -```shell -http://127.0.0.1:80 -``` ## Star History