Python You can install the ecmwfapi python library by running: Code Block |
---|
| sudo pip install https://software.ecmwf.int/wiki/download/attachments/47287906/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 . Warning |
---|
Be aware that at At the moment the ecmwfapi python library requires Python 2.7.x. Support for Python 3 may come in the future. |
|