Installing#
Important
Python 3.10 or higher is required to install weatherly.
To install weatherly, run this command
On Windows:
py -3 -m pip install weatherly
On Linux/MacOS:
python3 -m pip install weatherly
After successful installation you can move on to the Quickstart section or check out the Feature documentation.