cmlenz@230: Installing Genshi cmlenz@186: ================= cmlenz@186: cmlenz@186: Prerequisites cmlenz@186: ------------- cmlenz@186: cmlenz@186: * Python 2.3 or later (2.4 or later is recommended) cmlenz@186: * Optional: setuptools 0.6a2 or later cmlenz@186: cmlenz@186: cmlenz@186: Installation cmlenz@186: ------------ cmlenz@186: cmlenz@230: Once you've downloaded and unpacked a Genshi source release, enter the cmlenz@186: directory where the archive was unpacked, and run: cmlenz@186: cmlenz@186: $ python setup.py install cmlenz@186: cmlenz@186: Note that you may need administrator/root privileges for this step, as cmlenz@230: this command will by default attempt to install Genshi to the Python cmlenz@186: site-packages directory on your system. cmlenz@186: cmlenz@186: For advanced options, please refer to the easy_install and/or the distutils cmlenz@186: documentation: cmlenz@186: cmlenz@186: http://peak.telecommunity.com/DevCenter/EasyInstall cmlenz@186: http://docs.python.org/inst/inst.html cmlenz@186: cmlenz@186: cmlenz@186: Support cmlenz@186: ------- cmlenz@186: cmlenz@230: If you encounter any problems with Genshi, please don't hesitate to ask cmlenz@230: questions on the Genshi mailing list or IRC channel: cmlenz@186: cmlenz@230: http://genshi.edgewall.org/wiki/MailingList cmlenz@230: http://genshi.edgewall.org/wiki/IrcChannel