Edgewall Software

source: tags/0.4.4/INSTALL.txt

Last change on this file was 299, checked in by cmlenz, 18 years ago

Fixed EOL style.

  • Property svn:eol-style set to native
File size: 942 bytes
Line 
1Installing Genshi
2=================
3
4Prerequisites
5-------------
6
7 * Python 2.3 or later (2.4 or later is recommended)
8 * Optional: setuptools 0.6a2 or later
9
10
11Installation
12------------
13
14Once you've downloaded and unpacked a Genshi source release, enter the
15directory where the archive was unpacked, and run:
16
17  $ python setup.py install
18
19Note that you may need administrator/root privileges for this step, as
20this command will by default attempt to install Genshi to the Python
21site-packages directory on your system.
22
23For advanced options, please refer to the easy_install and/or the distutils
24documentation:
25
26  http://peak.telecommunity.com/DevCenter/EasyInstall
27  http://docs.python.org/inst/inst.html
28
29
30Support
31-------
32
33If you encounter any problems with Genshi, please don't hesitate to ask
34questions on the Genshi mailing list or IRC channel:
35
36  http://genshi.edgewall.org/wiki/MailingList
37  http://genshi.edgewall.org/wiki/IrcChannel
Note: See TracBrowser for help on using the repository browser.