- Create
.env
file insrc/
- Create an variable called "KEY" and assign an OpenWeatherApi key
- Create another variable called "UNITS" and assign either metric or imperial
- Use
./run
if on Linux - Use
python src/main.py
if on Windows - Unsure how to run program on MacOS