This project requires Python 3.10 or higher. You can install the required dependencies using pip
:
Clone the repository
git clone https://github.com/DistilledCode/dss-solar-selc
cd dss-solar-selc
Install the dss_solar
module and setup the pre-commit config
pip install -e .
For contributions, you need to install pre-commit
also
pre-commit install