annotate INSTALL.txt @ 69:af75520471ed trunk

Message catalogs can have multiple messages with the same ID, where some of them have plural strings, and others don't. Still the same message.
author cmlenz
date Fri, 08 Jun 2007 16:16:08 +0000
parents 6ff762f9def2
children dcdc6a08eaf7 9eafc564d41a
rev   line source
1
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
1 Installing Babel
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
2 ================
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
3
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
4 Prerequisites
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
5 -------------
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
6
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
7 * Python 2.3 or later (2.4 or later is recommended)
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
8 * Optional: setuptools 0.6b1 or later
37
6ff762f9def2 Add optional pytz dependency to `INSTALL.txt`.
cmlenz
parents: 1
diff changeset
9 * Optional: pytz (strongly recommended for real time-zone support)
1
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
10
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
11
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
12 Installation
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
13 ------------
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
14
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
15 Once you've downloaded and unpacked a Babel source release, enter the
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
16 directory where the archive was unpacked, and run:
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
17
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
18 $ python setup.py install
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
19
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
20 Note that you may need administrator/root privileges for this step, as
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
21 this command will by default attempt to install Babel to the Python
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
22 site-packages directory on your system.
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
23
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
24 For advanced options, please refer to the easy_install and/or the distutils
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
25 documentation:
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
26
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
27 http://peak.telecommunity.com/DevCenter/EasyInstall
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
28 http://docs.python.org/inst/inst.html
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
29
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
30
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
31 Support
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
32 -------
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
33
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
34 If you encounter any problems with Babel, please don't hesitate to ask
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
35 questions on the Babel mailing list or IRC channel:
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
36
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
37 http://babel.edgewall.org/wiki/MailingList
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
38 http://babel.edgewall.org/wiki/IrcChannel
Copyright (C) 2012-2017 Edgewall Software