Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

13th May 2021

Metview's Python layer is now available as a conda package metview-python. If you install Metview's binaries through conda, then it is now recommended to also install the Python layer through conda like this:

Code Block
languagebash
# conda install metview         -c conda-forge # to install the binaries - ONE of these only
# conda install metview-batch   -c conda-forge # to install the binaries - ONE of these only
conda install metview-python  -c conda-forge # to install the Python layer - requires one of the above

In a conda environment, this is preferred over 'pip install metview', as it gives better package management. In non-conda environments, such as virtualenv, 'pip install metview' is still the way to install it.

27th April 2021

5.11.1 installed as module metview/new at ECMWF. Conda version will be available in the coming days.

...