1 For more details and documentation on installing and using 2 pyzor please visit http://www.pyzor.org/ 3 4 Pyzor requires at least Python 2.6 5 6 To install this distribution, simply run the following: 7 python setup.py build 8 python setup.py install 9 10 Pyzor also works with Python3.3. The code will be automatically refactored with 11 2to3 during the setup: 12 python3.3 setup.py install 13 14 Note that the MySQLdb library does not currently support Python3. 15