comparison INSTALL.txt @ 230:24757b771651

Renamed Markup to Genshi in repository.
author cmlenz
date Mon, 11 Sep 2006 15:07:07 +0000
parents 0c2d52c6c3f7
children
comparison
equal deleted inserted replaced
229:110d69dbbda3 230:24757b771651
1 Installing Markup 1 Installing Genshi
2 ================= 2 =================
3 3
4 Prerequisites 4 Prerequisites
5 ------------- 5 -------------
6 6
9 9
10 10
11 Installation 11 Installation
12 ------------ 12 ------------
13 13
14 Once you've downloaded and unpacked a Markup source release, enter the 14 Once you've downloaded and unpacked a Genshi source release, enter the
15 directory where the archive was unpacked, and run: 15 directory where the archive was unpacked, and run:
16 16
17 $ python setup.py install 17 $ python setup.py install
18 18
19 Note that you may need administrator/root privileges for this step, as 19 Note that you may need administrator/root privileges for this step, as
20 this command will by default attempt to install Markup to the Python 20 this command will by default attempt to install Genshi to the Python
21 site-packages directory on your system. 21 site-packages directory on your system.
22 22
23 For advanced options, please refer to the easy_install and/or the distutils 23 For advanced options, please refer to the easy_install and/or the distutils
24 documentation: 24 documentation:
25 25
28 28
29 29
30 Support 30 Support
31 ------- 31 -------
32 32
33 If you encounter any problems with Markup, please don't hesitate to ask 33 If you encounter any problems with Genshi, please don't hesitate to ask
34 questions on the Markup mailing list or IRC channel: 34 questions on the Genshi mailing list or IRC channel:
35 35
36 http://markup.edgewall.org/wiki/MailingList 36 http://genshi.edgewall.org/wiki/MailingList
37 http://markup.edgewall.org/wiki/IrcChannel 37 http://genshi.edgewall.org/wiki/IrcChannel
Copyright (C) 2012-2017 Edgewall Software