First, create an environment with all the required dependencies:
```bash
conda env create -f environment.yml
conda activate shan_clocks
```

Then, you can install it from wheel in the `dist/`:

```bash
pip install dist/shan_pack-0.1.0-py3-none-any.whl
```

Or install with `setup.py`:

```bash
pip install -e .
```

Go to `notebooks/` to execute the prediction workflow. The notebook should be self-explanatory. Once you run it and confirm that everything works, just add your own files and save the predictions.