Versions Compared

Key

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

ecmwf-api-python-client.tgz Installing the Python library

...

Code Block
languagebash
sudo pip install https://software.ecmwf.int/wiki/download/attachments/23694554/ecmwf-api-python-client.tgz

If you cannot run the sudo or pip commands, just download the ecmwf-api-python-client.tgz, extract its content and copy the module ecmwfapi to a directory pointed by the environment variable PYTHONPATH.

...