LINUX WITH PYTHON AND GIT INSTALLED
----------------------------------------------------------------------
1. Clone the project into the home directory

$ cd
$ git clone https://github.com/ufkapano/permgroups.git
----------------------------------------------------------------------
2. Add the permgroups directory to the PYTHONPATH environment variable,
for .bashrc file you can add:

if [ -n "${PYTHONPATH}" ] ; then
    PYTHONPATH="${PYTHONPATH}:$HOME/permgroups"
else
    PYTHONPATH="$HOME/permgroups"
fi
----------------------------------------------------------------------
3. Start using the permgroups package!
----------------------------------------------------------------------
EOF
