pybergamot/build-doc.sh
2023-11-03 01:33:56 +01:00

7 lines
119 B
Bash
Executable file

#!/usr/bin/env bash
python3 -m pdoc --force --html pybergamot
cd html/pybergamot || exit
python3 -m http.server 8080