-
Install
python3-venv
sudo apt-get -y install python3-venv
-
Clone this repository
git clone https://github.com/desrod/solar-array-calculator
cd solar-array-calculator
-
Initialize your Python virtual environment
python3 -m venv env
pip install -r requirements.txt
-
Run the application
python3 ./solr.py
You should now be able to see the following UI:
Simply input your values and click the appropriate 'Calculate' button under each section.