You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rwxrob-dot/install/ubuntu/install-mkdocs

12 lines
242 B
Bash

#!/bin/sh
if [ -z "$(which pip3)" ]; then
echo "Warning, doesn't look like you have pip3 installed."
exit 1
fi
pip install mkdocs mkdocs-material mkdocs-awesome-pages-plugin\
markdown-emdash mkdocs-git-revision-date-localized-plugin