Installation#
If you already know hot to install symmetria, or you have it already installed, skip to the section quickstart.
Otherwise, symmetria can be comfortably installed from PyPi using the command:
pip install symmetria
or directly from GitHub with
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
symmetria --version