更新文档

This commit is contained in:
MarkusJoe
2022-03-12 19:12:59 +08:00
parent 2e127fce6b
commit f01408a77c
1 file changed
+6 -6
+6 -6
View File
@@ -43,12 +43,12 @@
### 部署到本地服务器 ### 部署到本地服务器
```shell ```shell
$ git clone https://github.com/MarkusJoe/RequestCounter.git $ git clone https://github.com/MarkusJoe/RequestCounter.git
$ cd RequestCounter $ cd RequestCounter
$ pip3 install -r requirements.txt $ pip3 install -r requirements.txt
$ python3 app.py $ python3 app.py
``` ```
## 调用须知 ## 调用须知