This website requires JavaScript.
Explore
Help
Sign In
Bryant
/
falcon-wsgi-example
Watch
1
Star
0
Fork
You've already forked falcon-wsgi-example
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d7bb7ee7c1
falcon-wsgi-example
/
README.md
9 lines
122 B
Markdown
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-07-14 11:18:00 +08:00
# falcon-example
init
2023-07-14 15:12:10 +08:00
学习 Python 的 Web 框架 Falcon
## 安装依赖
```
python3 -m pip install -r requirements.txt
```