Installation
============

If you already know hot to install `symmetria`, or you have it already installed,
skip to the section :doc:`quickstart <quickstart>`.

Otherwise, `symmetria` can be comfortably installed from PyPi using the command:

.. code-block:: bash

   pip install symmetria

or directly from GitHub with

.. code-block:: bash

   pip install git+https://github.com/VascoSch92/symmetria@xxx


where ``xxx`` is the name of the branch or the tag you would like to install.

You can check that `symmetria` was successfully installed by typing the command

.. code-block:: bash

   symmetria --version

