Before we start work with this project we have to install all dependend packages by pip or if you use anaconda then by conda package manager. Just run one of the following string in your terminal.
pip install -r requirements.txt
conda install --yes --file requirements.txt
After all packages was installed now we can start to use class Relations which is in relation.py. Usage manual is in example.ipynb. Good Luck!