A Round based Tournament Manager
pip install roundtm
Clone the repository
git clone https://github.com/Toilal/roundtm.git
cd roundtm
Create and activate the virtualenv
virtualenv .
Scripts/activate
Install dependencies
pip install -r requirements.txt
Run unit tests
python setup.py test