pybergamot/build-doc.sh

7 lines
119 B
Bash
Raw Permalink Normal View History

2023-11-03 00:33:56 +00:00
#!/usr/bin/env bash
python3 -m pdoc --force --html pybergamot
cd html/pybergamot || exit
python3 -m http.server 8080