annotate INSTALL.txt @ 539:0fb55e21017c

add missing changelog entries in 0.9.6 section of trunk changelog
author fschwarz
date Fri, 11 Mar 2011 16:42:37 +0000
parents 53186cab0091
children
rev   line source
3
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
1 Installing Babel
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
2 ================
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
3
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
4 Prerequisites
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
5 -------------
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
6
508
db2bf9d221fc trunk actually does not support Python 2.3 anymore, so mention 2.4 as minimally supported version of Python
fschwarz
parents: 433
diff changeset
7 * Python 2.4 or later
433
34c1a971051e Make sure to note CLDR 1.7 in installation details.
jruigrok
parents: 39
diff changeset
8 * CLDR 1.7
3
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
9 * Optional: setuptools 0.6b1 or later
515
53186cab0091 mention that pytz is not optional to run the automated tests (closes #249)
fschwarz
parents: 508
diff changeset
10 * Optional: pytz (strongly recommended for real time-zone support, mandatory
53186cab0091 mention that pytz is not optional to run the automated tests (closes #249)
fschwarz
parents: 508
diff changeset
11 to run the automated test suite)
3
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
12
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
13
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
14 Installation
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
15 ------------
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
16
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
17 Once you've downloaded and unpacked a Babel source release, enter the
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
18 directory where the archive was unpacked, and run:
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
19
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
20 $ python setup.py install
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
21
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
22 Note that you may need administrator/root privileges for this step, as
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
23 this command will by default attempt to install Babel to the Python
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
24 site-packages directory on your system.
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
25
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
26 For advanced options, please refer to the easy_install and/or the distutils
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
27 documentation:
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
28
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
29 http://peak.telecommunity.com/DevCenter/EasyInstall
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
30 http://docs.python.org/inst/inst.html
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
31
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
32
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
33 Support
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
34 -------
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
35
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
36 If you encounter any problems with Babel, please don't hesitate to ask
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
37 questions on the Babel mailing list or IRC channel:
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
38
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
39 http://babel.edgewall.org/wiki/MailingList
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
40 http://babel.edgewall.org/wiki/IrcChannel
Copyright (C) 2012-2017 Edgewall Software