Installing
===============

.. important::
    Python 3.10 or higher is required to install weatherly.

To install ``weatherly``, run this command

* On Windows:

.. code:: console

    py -3 -m pip install weatherly

* On Linux/MacOS:

.. code:: console

    python3 -m pip install weatherly

After successful installation you can move on to the :doc:`quickstart` section or check out the :doc:`weatherly`.