Installation guide

Installing py-school-match

Ubuntu

Py-school-match uses graph-tool for most algorithms. You can install it by following this guide.

After this, you can simply install py-school-match with pip:

pip install py-school-match

Or by doing:

git clone https://github.com/igarizio/py-school-match
cd py-school-match
python setup.py install

Windows

Windows is not currently supported, but if you are still interested, I recommend using Windows Subsystem for Linux (read this guide) and then configure remote interpreters via SSH (if you are using Pycharm, you can read this this guide).