File: INSTALL

package info (click to toggle)
pyzor 1%3A1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 788 kB
  • ctags: 1,034
  • sloc: python: 6,518; makefile: 154; sh: 19
file content (15 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
For more details and documentation on installing and using 
pyzor please visit http://www.pyzor.org/

Pyzor requires at least Python 2.6

To install this distribution, simply run the following:
	python setup.py build
	python setup.py install

Pyzor also works with Python3.3. The code will be automatically refactored with
2to3 during the setup:
	python3.3 setup.py install

Note that the MySQLdb library does not currently support Python3.