view 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
line wrap: on
line source
Installing Markup
=================

Prerequisites
-------------

 * Python 2.3 or later (2.4 or later is recommended)
 * Optional: setuptools 0.6a2 or later


Installation
------------

Once you've downloaded and unpacked a Markup source release, enter the
directory where the archive was unpacked, and run:

  $ python setup.py install

Note that you may need administrator/root privileges for this step, as
this command will by default attempt to install Markup to the Python
site-packages directory on your system.

For advanced options, please refer to the easy_install and/or the distutils
documentation:

  http://peak.telecommunity.com/DevCenter/EasyInstall
  http://docs.python.org/inst/inst.html


Support
-------

If you encounter any problems with Markup, please don't hesitate to ask
questions on the Markup mailing list or IRC channel:

  http://markup.edgewall.org/wiki/MailingList
  http://markup.edgewall.org/wiki/IrcChannel
Copyright (C) 2012-2017 Edgewall Software