Files
ZiyiXia 44a188009c docs
2024-11-08 15:36:04 +08:00

10 lines
128 B
Markdown

install the required pkgs:
```
pip install -r requirements.txt
```
to host the webpages locally:
```
python -m http.server
```