Versions Compared

Key

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

...


Code Block
> pip3 install eccodes

or

Code Block
> pip3 install --install-option="--prefix=/path/to/where/you/install/eccodes" eccodes

If you are installing into a non-standard installation location (as in the 2nd case above), then set the environment variable ECCODES_DIR to tell the bindings where to find the root installation directory of the ecCodes engine.

Code Block
> export ECCODES_DIR=/path/to/where/you/install/eccodes



See: https://pypi.org/project/eccodes/

...