annotate INSTALL.txt @ 603:ab167005a363

Added information about [718] to the ChangeLog.
author cmlenz
date Thu, 23 Aug 2007 11:57:26 +0000
parents 24757b771651
children
rev   line source
230
24757b771651 Renamed Markup to Genshi in repository.
cmlenz
parents: 186
diff changeset
1 Installing Genshi
186
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
2 =================
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
3
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
4 Prerequisites
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
5 -------------
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
6
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
7 * Python 2.3 or later (2.4 or later is recommended)
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
8 * Optional: setuptools 0.6a2 or later
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
9
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
10
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
11 Installation
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
12 ------------
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
13
230
24757b771651 Renamed Markup to Genshi in repository.
cmlenz
parents: 186
diff changeset
14 Once you've downloaded and unpacked a Genshi source release, enter the
186
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
15 directory where the archive was unpacked, and run:
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
16
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
17 $ python setup.py install
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
18
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
19 Note that you may need administrator/root privileges for this step, as
230
24757b771651 Renamed Markup to Genshi in repository.
cmlenz
parents: 186
diff changeset
20 this command will by default attempt to install Genshi to the Python
186
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
21 site-packages directory on your system.
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
22
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
23 For advanced options, please refer to the easy_install and/or the distutils
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
24 documentation:
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
25
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
26 http://peak.telecommunity.com/DevCenter/EasyInstall
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
27 http://docs.python.org/inst/inst.html
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
28
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
29
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
30 Support
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
31 -------
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
32
230
24757b771651 Renamed Markup to Genshi in repository.
cmlenz
parents: 186
diff changeset
33 If you encounter any problems with Genshi, please don't hesitate to ask
24757b771651 Renamed Markup to Genshi in repository.
cmlenz
parents: 186
diff changeset
34 questions on the Genshi mailing list or IRC channel:
186
0c2d52c6c3f7 Moved installation instructions to `INSTALL.txt`.
cmlenz
parents:
diff changeset
35
230
24757b771651 Renamed Markup to Genshi in repository.
cmlenz
parents: 186
diff changeset
36 http://genshi.edgewall.org/wiki/MailingList
24757b771651 Renamed Markup to Genshi in repository.
cmlenz
parents: 186
diff changeset
37 http://genshi.edgewall.org/wiki/IrcChannel
Copyright (C) 2012-2017 Edgewall Software