Versions Compared

Key

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

...

 

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


If you cannot use the sudo pip command above (e.g. no admin rights on your machine), use the --user option of pip to install it in $HOME/.local/lib :


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


2. Get and install an ECMWF API key:

...