Install SHARP
mainTo set up the SHARP environment, create a new Python 3.13 environment using conda and install the required dependencies via pip.
conda create -n sharp python=3.13
pip install -r requirements.txtTo verify the installation, run the CLI help command:
sharp --help