From 55a3f2be263264b96b66ed8856c206b10c5c18d7 Mon Sep 17 00:00:00 2001 From: RTAkland <79452994+MarkusJoe@users.noreply.github.com> Date: Tue, 12 Apr 2022 21:27:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E5=90=AF=E5=8A=A8=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e91b1d..63d9c67 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,12 @@ $ git clone https://github.com/MarkusJoe/RequestCounter.git $ cd RequestCounter $ pip3 install -r requirements.txt -$ python3 app.py +``` + +### 启动服务 + +```shell +$ python3 manage.py or gunicorn manage:app or waitress-serve --port=5000 manage:app ``` ## 调用须知