Mercurial > babel > mirror
annotate INSTALL.txt @ 440:2e8fa2145a13 trunk
remove sorted and don't assume dict ordering (Python 2.3 & Jython compat)
author | pjenvey |
---|---|
date | Fri, 25 Sep 2009 20:29:11 +0000 |
parents | dcdc6a08eaf7 |
children | 81d83278bb7e |
rev | line source |
---|---|
1 | 1 Installing Babel |
2 ================ | |
3 | |
4 Prerequisites | |
5 ------------- | |
6 | |
7 * Python 2.3 or later (2.4 or later is recommended) | |
431
dcdc6a08eaf7
Make sure to note CLDR 1.7 in installation details.
jruigrok
parents:
37
diff
changeset
|
8 * CLDR 1.7 |
1 | 9 * Optional: setuptools 0.6b1 or later |
37 | 10 * Optional: pytz (strongly recommended for real time-zone support) |
1 | 11 |
12 | |
13 Installation | |
14 ------------ | |
15 | |
16 Once you've downloaded and unpacked a Babel source release, enter the | |
17 directory where the archive was unpacked, and run: | |
18 | |
19 $ python setup.py install | |
20 | |
21 Note that you may need administrator/root privileges for this step, as | |
22 this command will by default attempt to install Babel to the Python | |
23 site-packages directory on your system. | |
24 | |
25 For advanced options, please refer to the easy_install and/or the distutils | |
26 documentation: | |
27 | |
28 http://peak.telecommunity.com/DevCenter/EasyInstall | |
29 http://docs.python.org/inst/inst.html | |
30 | |
31 | |
32 Support | |
33 ------- | |
34 | |
35 If you encounter any problems with Babel, please don't hesitate to ask | |
36 questions on the Babel mailing list or IRC channel: | |
37 | |
38 http://babel.edgewall.org/wiki/MailingList | |
39 http://babel.edgewall.org/wiki/IrcChannel |