10 lines
128 B
Markdown
10 lines
128 B
Markdown
install the required pkgs:
|
|
```
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
|
|
to host the webpages locally:
|
|
```
|
|
python -m http.server
|
|
``` |