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

Requires: Python >= 3.7, numpy, matplotlib

python3 -m pip install --upgrade pip
python3 -m pip install graphtheory
----------------------------------------------------------------------
INSTALLING FROM SOURCE

1. Clone the project into the git repository

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

2. Install the package in the editable mode

cd graphtheory
python3 -m pip install -e .

3. You can update the package any time

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