:x: No automatic installation script are available yet.
:warning: Warning Adviced to follow Docker instructions. You can also install it manually, but some packages won’t be there.
If you want to install CEASIOMpy manually, you should follow these steps:
ceasiompy
with the command conda env create -f environment.yml
, if you have Apple Silicon processor, you need to use the command CONDA_SUBDIR=osx-64 conda env create -f environment.yml
conda activate ceasiompy
pip install -e .