From 5abc8739721fa875e62e2549ebf465d0c8e5f3d3 Mon Sep 17 00:00:00 2001 From: RTAkland <79452994+MarkusJoe@users.noreply.github.com> Date: Wed, 9 Feb 2022 23:43:34 +0800 Subject: [PATCH] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 64f2f24..0cd63c6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,7 +9,7 @@ 使用Flask建立服务器接收请求分析获取到的数据写入数据库 # 部署 -> 在部署之前你需要先安装`python3.9.x`以上的版本 +> 在部署之前你需要先安装`python3.10.x`以上的版本 ## 部署到本地服务器 ```shell $ git clone https://github.com/MarkusJoe/RequestCounter.git