build: update Makefile

This commit is contained in:
Michael Currin
2021-06-09 10:59:27 +02:00
parent dae5dbde87
commit 3b42b265ed

View File

@@ -10,9 +10,13 @@ h help:
install:
pip install --upgrade pip
pip install pip --upgrade
pip install -r requirements.txt
upgrade:
pip install pip --upgrade
pip install -r requirements.txt --upgrade
s serve:
mkdocs serve --strict