This commit is contained in:
2023-07-14 15:12:10 +08:00
parent 175f52dc0c
commit d7bb7ee7c1
8 changed files with 67 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
# falcon-example
学习 Python 的 Web 框架 Falcon
学习 Python 的 Web 框架 Falcon
## 安装依赖
```
python3 -m pip install -r requirements.txt
```