Add mdlp version to Makefile

Refactor sample.py
This commit is contained in:
2023-04-25 17:11:40 +02:00
parent 17a66858f8
commit 3a100bbba7
2 changed files with 14 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ audit: ## Audit pip
version:
@echo "Current Python version .: $(shell python --version)"
@echo "Current FImdlp version .: $(shell python -c "from fimdlp import _version; print(_version.__version__)")"
@echo "Current mdlp version ...: $(shell python -c "from fimdlp.cppfimdlp import CFImdlp; print(CFImdlp().get_version().decode())")"
@echo "Installed FImdlp version: $(shell pip show fimdlp | grep Version | cut -d' ' -f2)"
help: ## Show help message