Mercurial > babel > mirror
annotate INSTALL.txt @ 582:3fd7fb953633 trunk
fix handling of messages containing '\\n' (#171)
author | fschwarz |
---|---|
date | Fri, 03 Aug 2012 22:41:49 +0000 |
parents | 0a17d3b5e9d6 |
children |
rev | line source |
---|---|
1 | 1 Installing Babel |
2 ================ | |
3 | |
4 Prerequisites | |
5 ------------- | |
6 | |
506
81d83278bb7e
trunk actually does not support Python 2.3 anymore, so mention 2.4 as minimally supported version of Python
fschwarz
parents:
431
diff
changeset
|
7 * Python 2.4 or later |
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 |
513
0a17d3b5e9d6
mention that pytz is not optional to run the automated tests (closes #249)
fschwarz
parents:
506
diff
changeset
|
10 * Optional: pytz (strongly recommended for real time-zone support, mandatory |
0a17d3b5e9d6
mention that pytz is not optional to run the automated tests (closes #249)
fschwarz
parents:
506
diff
changeset
|
11 to run the automated test suite) |
1 | 12 |
13 | |
14 Installation | |
15 ------------ | |
16 | |
17 Once you've downloaded and unpacked a Babel source release, enter the | |
18 directory where the archive was unpacked, and run: | |
19 | |
20 $ python setup.py install | |
21 | |
22 Note that you may need administrator/root privileges for this step, as | |
23 this command will by default attempt to install Babel to the Python | |
24 site-packages directory on your system. | |
25 | |
26 For advanced options, please refer to the easy_install and/or the distutils | |
27 documentation: | |
28 | |
29 http://peak.telecommunity.com/DevCenter/EasyInstall | |
30 http://docs.python.org/inst/inst.html | |
31 | |
32 | |
33 Support | |
34 ------- | |
35 | |
36 If you encounter any problems with Babel, please don't hesitate to ask | |
37 questions on the Babel mailing list or IRC channel: | |
38 | |
39 http://babel.edgewall.org/wiki/MailingList | |
40 http://babel.edgewall.org/wiki/IrcChannel |