Python You can install the ecmwfapi python library by running: Code Block |
---|
| sudo pip install https://software.ecmwf.int/wiki/download/attachments/2369455447287906/ecmwf-api-client-python.tgz |
If you cannot run the sudo or pip commands, just download the ecmwf-api-client-python.tgz. Extract its content and copy the module ecmwfapi to a directory pointed by the environment variable PYTHONPATH . |