1. Package installationΒΆ

  1. Installation from PyPI

    Use the following command to directly install the released version from PyPI

    pip install symmetrize
    
  2. 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
    
  3. 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 line

    python install setup.py
    

    or alternatively, use pip at the same location

    pip install --upgrade .