install markdown

This commit is contained in:
Alex Bäuerle 2024-05-01 11:06:55 -07:00
parent 478ebedd41
commit a2b49525ae
No known key found for this signature in database
GPG Key ID: EB015650BB01959A

View File

@ -1,2 +1,2 @@
#!/bin/bash
rm -rf ./docs/modules/python && pydoc-markdown
pip install pydoc-markdown && rm -rf ./docs/modules/python && pydoc-markdown