Versions Compared

Key

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

...

Activate the conda environment and install the additional Phython package

Code Block
languagebash
themeEmacs
titleSet up the python local environment and install required packagescollapsetrue
# activate the local environment. 
conda activate myenv

# install the required packages
conda install cartopy matplotlib

# and the cdsapi
pip install cdsapi

...