merge_cp_3 / docs /README.md
KwangHwi's picture
Add files using upload-large-folder tool
744b9a5 verified
|
Raw
History Blame Contribute Delete
128 Bytes
install the required pkgs:
```
pip install -r requirements.txt
```
to host the webpages locally:
```
python -m http.server
```