Added install hints to pass install requirements

This commit is contained in:
2025-09-11 20:45:30 +02:00
parent 47828c44db
commit b6dd624f97

View File

@@ -2,3 +2,11 @@
test: test:
python -m unittest discover -s tests/unit -p "test_*.py" python -m unittest discover -s tests/unit -p "test_*.py"
install:
@echo ">> Installation instructions:"
@echo " This software can be installed with pkgmgr under the alias 'baudolo':"
@echo " pkgmgr install baudolo"
@echo ""
@echo " 📦 pkgmgr project page:"
@echo " https://github.com/kevinveenbirkenbach/package-manager"