macOS: python3 --version
Windows: py --version
git clone https://github.com/beepboopdylan/dylan-tran-echo3D-weather-demo.git
cd dylan-tran-echo3D-weather-demo
python3 -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
echo "WEATHER_API_KEY=your_api_key" > .env
python app.py