Installation
Step 1: install docker before using pyclmuapp
If you would like to use the python package, then,
Step 2: create a conda environment
$ conda create -n pyclmuapp python=3.9
$ conda activate pyclmuapp
$ conda install -c conda-forge numpy pandas xarray haversine netcdf4 nc-time-axis
Step 3: install using pip
$ pip install pyclmuapp
(optional) install from source
$ git clone https://github.com/envdes/pyclmuapp
$ cd pyclmuapp
$ python setup.py install