comparison INSTALL.txt @ 186:0c2d52c6c3f7

Moved installation instructions to `INSTALL.txt`.
author cmlenz
date Tue, 22 Aug 2006 15:25:45 +0000
parents
children 24757b771651
comparison
equal deleted inserted replaced
185:8e5a3048b359 186:0c2d52c6c3f7
1 Installing Markup
2 =================
3
4 Prerequisites
5 -------------
6
7 * Python 2.3 or later (2.4 or later is recommended)
8 * Optional: setuptools 0.6a2 or later
9
10
11 Installation
12 ------------
13
14 Once you've downloaded and unpacked a Markup source release, enter the
15 directory where the archive was unpacked, and run:
16
17 $ python setup.py install
18
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
21 site-packages directory on your system.
22
23 For advanced options, please refer to the easy_install and/or the distutils
24 documentation:
25
26 http://peak.telecommunity.com/DevCenter/EasyInstall
27 http://docs.python.org/inst/inst.html
28
29
30 Support
31 -------
32
33 If you encounter any problems with Markup, please don't hesitate to ask
34 questions on the Markup mailing list or IRC channel:
35
36 http://markup.edgewall.org/wiki/MailingList
37 http://markup.edgewall.org/wiki/IrcChannel
Copyright (C) 2012-2017 Edgewall Software