annotate INSTALL.txt @ 513:bd4503892806

mention that pytz is not optional to run the automated tests (closes #249)
author fschwarz
date Fri, 04 Mar 2011 22:54:21 +0000
parents b3dd65de2a5a
children
rev   line source
1
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
1 Installing Babel
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
2 ================
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
3
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
4 Prerequisites
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
5 -------------
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
6
506
b3dd65de2a5a 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
f9eff13c0585 Make sure to note CLDR 1.7 in installation details.
jruigrok
parents: 37
diff changeset
8 * CLDR 1.7
1
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
9 * Optional: setuptools 0.6b1 or later
513
bd4503892806 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
bd4503892806 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
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
12
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
13
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
14 Installation
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
15 ------------
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
16
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
17 Once you've downloaded and unpacked a Babel source release, enter the
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
18 directory where the archive was unpacked, and run:
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
19
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
20 $ python setup.py install
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
21
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
22 Note that you may need administrator/root privileges for this step, as
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
23 this command will by default attempt to install Babel to the Python
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
24 site-packages directory on your system.
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
25
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
26 For advanced options, please refer to the easy_install and/or the distutils
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
27 documentation:
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
28
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
29 http://peak.telecommunity.com/DevCenter/EasyInstall
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
30 http://docs.python.org/inst/inst.html
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
31
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
32
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
33 Support
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
34 -------
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
35
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
36 If you encounter any problems with Babel, please don't hesitate to ask
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
37 questions on the Babel mailing list or IRC channel:
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
38
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
39 http://babel.edgewall.org/wiki/MailingList
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
40 http://babel.edgewall.org/wiki/IrcChannel
Copyright (C) 2012-2017 Edgewall Software