Versions Compared

Key

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

...

  • Installing the web API
    The API installation within the ECMWF premises can
    • On an classroom account
    • On a mac/Linux notebook
    • On a notebook with windows installed
  • Disabling the proxy settings
  • Retrieving data 

...

Those with root access, or that have already configured a working python environment can go tho the next session.

To fully cover the topic of installing virtual environments, users can look at this tutorial Using virtual Python environment.

...

After entering the virtual environment using the command workon, we can use pip to install any package available via PyPI.

Anchor
Installing_the_API_using_pip
Installing_the_API_using_pip
Installing the API using pip

Just execute:

pip install cdsapi

...