comparison INSTALL.txt @ 1:f71ca60f2a4a

Import of initial code base.
author cmlenz
date Tue, 29 May 2007 20:33:55 +0000
parents
children 29ad9edbba94
comparison
equal deleted inserted replaced
0:6b2982b3e66a 1:f71ca60f2a4a
1 Installing Babel
2 ================
3
4 Prerequisites
5 -------------
6
7 * Python 2.3 or later (2.4 or later is recommended)
8 * Optional: setuptools 0.6b1 or later
9
10
11 Installation
12 ------------
13
14 Once you've downloaded and unpacked a Babel 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 Babel 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 Babel, please don't hesitate to ask
34 questions on the Babel mailing list or IRC channel:
35
36 http://babel.edgewall.org/wiki/MailingList
37 http://babel.edgewall.org/wiki/IrcChannel
Copyright (C) 2012-2017 Edgewall Software