...
Code Block | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
pip install --user https://software.ecmwf.int/wiki/download/attachments/56664858/ecmwf-api-client-python.tgz |
2. Get and install an ECMWF API key:
...