1#####################
2Setup for development
3#####################
4
5Clone the git repository using ``git clone https://github.com/ojii/pymaging.git``.
6
7To run the tests, simply execute ``setup.py test`` with a Python version of your choice, or run ``./runtests.sh`` to run
8it against all installed (and supported) Python versions.
9