QUICK START
----------------------------------------------------------------------
INSTALLING AN OFFICIAL RELEASE

Requires: Python >= 3.7

python -m pip install --upgrade pip
python -m pip install permgroups
----------------------------------------------------------------------
INSTALLING FROM SOURCE

1. Clone the project into the git repository

git clone https://github.com/ufkapano/permgroups.git

2. Install the package in the editable mode

cd permgroups
python -m pip install -e .

3. You can update the package any time

git pull
----------------------------------------------------------------------
EOF
