mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-19 01:15:51 +00:00
Add mdlp version to Makefile
Refactor sample.py
This commit is contained in:
1
Makefile
1
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user