Solar data analysis across three African countries to identify high-potential regions for investment.
# Setup and Run Instructions
## Prerequisites
- Ensure you have Python 3.11.9 installed.
- (Optional) pip for managing dependencies.
- (Recommended) virtualenv for isolated environments.
## Setup
```bash
git clone
github.com
cd
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
## Running the Project