Versions Compared

Key

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

...


Or in case of root install sudo pip install cdsapi


Installing the API using conda


Code Block
/<install_path>/conda/anaconda2/bin/conda config --add channels conda-forge
/<install_path>/conda/anaconda2/bin/conda install cdsapi


For non linux/mac users

The point is to download and install your favorite python version then install the command pip, following common instructions, set up the command line environment to point to python and pip and then run pip install cdsapi.

...