annotate INSTALL.txt @ 188:11748ab353d9 stable-0.2.x

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