DBBigWork/README.md
2022-11-12 13:19:03 +08:00

6 lines
78 B
Markdown

```shell
cd src
python -m venv venv
pip install flask
flask --app main run
```