Installation

conda install

conda create -n cdsodataclienv
conda activate cdsodataclienv
conda install -c conda-forge cdsodatacli

Note

this is also working the same for mamba or micromamba

Update xsar_slc to the latest version

To be up to date with the development team, it’s recommended to update the installation using pip:

pip install git+https://github.com/umr-lops/cdsodatacli.git

or

git clone https://github.com/umr-lops/cdsodatacli.git
cd cdsodatacli
pip install -e .