check python module version

python -c "import openpyxl; print(openpyxl.__version__)"
python -c "import numpy; print(numpy.__version__)"