1. Package installationΒΆ
Installation from PyPI
Use the following command to directly install the released version from PyPI
pip install symmetrize
Installation from GitHub repository
To use the latest features, install using git directly from the GitHub repository
pip install git+https://github.com/RealPolitiX/symmetrize.git
To upgrade to the latest changes from the GitHub repository,
pip install --upgrade git+https://github.com/RealPolitiX/symmetrize.git
Installation from a git clone
First clone the repository to a local address,
git clone https://github.com/RealPolitiX/symmetrize.git
Then
cd
to the folder and type on the command linepython install setup.py
or alternatively, use
pip
at the same locationpip install --upgrade .