...
Install via pip with:
Code Block | ||
---|---|---|
| ||
pip install ecmwf-api-client |
...
Code Block |
---|
pip install --user ecmwf-api-client |
Alternatively, if you have Anaconda installed you can install the Web API Python client library doing:
Code Block |
---|
conda install -c conda-forge ecmwf-api-client |
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
If you have Anaconda installed you can install the Web API Python client library doing:
Alternatively, you can first install Python (and pip) on your Windows environment.
Then add the installation and Script folder path in PATH using set (temporary) or setx (permanent) in a Command Prompt window. This is to make sure that your computer knows where to find the Python interpreter. To do this you will have to modify a setting called PATH, which is a list of directories where Windows will look for programs. Further details and examples are available here. You may choose also to set your environment variables into a batch file (e.g. set-env.bat which you will need to run from the Command Prompt.
You can now install it via pip (see instructions above). |
...