mirror of https://github.com/ecmwf/eccodes.git
Python3 messages for installation
This commit is contained in:
parent
97062d3a93
commit
85f78478b4
|
@ -476,13 +476,11 @@ ecbuild_info(" | ecCodes version ${ECCODES_VERSION} |")
|
|||
ecbuild_info(" +--------------------------+")
|
||||
ecbuild_info("")
|
||||
|
||||
if (PYTHON_FOUND AND PYTHON_VERSION_MAJOR EQUAL 3)
|
||||
ecbuild_info(" +--------------------------------------+")
|
||||
ecbuild_info(" | Please note: |")
|
||||
ecbuild_info(" | For Python3 support, first install |")
|
||||
ecbuild_info(" | ecCodes and then install the Python |")
|
||||
ecbuild_info(" | bindings from PyPI with: |")
|
||||
ecbuild_info(" | $ pip install eccodes-python |")
|
||||
ecbuild_info(" +--------------------------------------+")
|
||||
ecbuild_info("")
|
||||
endif()
|
||||
ecbuild_info(" +--------------------------------------+")
|
||||
ecbuild_info(" | Please note: |")
|
||||
ecbuild_info(" | For Python3 support, first install |")
|
||||
ecbuild_info(" | ecCodes and then install the Python |")
|
||||
ecbuild_info(" | bindings from PyPI with: |")
|
||||
ecbuild_info(" | $ pip install eccodes-python |")
|
||||
ecbuild_info(" +--------------------------------------+")
|
||||
ecbuild_info("")
|
||||
|
|
Loading…
Reference in New Issue