annotate INSTALL.txt @ 298:257534b131bd

When using sys.stdout with a pipe or redirection the sys.stdout.encoding value will be set to None instead of what the environment first specified through any locale setting. As such, fall back to locale.getpreferredencoding() before the ultimate fallback to ASCII. OK: cmlenz closes: #76
author jruigrok
date Thu, 13 Dec 2007 11:51:36 +0000
parents 29ad9edbba94
children f9eff13c0585 f46bdfd4a333
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
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
7 * Python 2.3 or later (2.4 or later is recommended)
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
8 * Optional: setuptools 0.6b1 or later
37
29ad9edbba94 Add optional pytz dependency to `INSTALL.txt`.
cmlenz
parents: 1
diff changeset
9 * Optional: pytz (strongly recommended for real time-zone support)
1
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
10
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
11
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
12 Installation
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
13 ------------
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
14
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
15 Once you've downloaded and unpacked a Babel source release, enter the
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
16 directory where the archive was unpacked, and run:
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
17
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
18 $ python setup.py install
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
19
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
20 Note that you may need administrator/root privileges for this step, as
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
21 this command will by default attempt to install Babel to the Python
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
22 site-packages directory on your system.
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
23
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
24 For advanced options, please refer to the easy_install and/or the distutils
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
25 documentation:
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
26
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
27 http://peak.telecommunity.com/DevCenter/EasyInstall
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
28 http://docs.python.org/inst/inst.html
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
29
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
30
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
31 Support
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
32 -------
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
33
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
34 If you encounter any problems with Babel, please don't hesitate to ask
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
35 questions on the Babel mailing list or IRC channel:
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
36
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
37 http://babel.edgewall.org/wiki/MailingList
f71ca60f2a4a Import of initial code base.
cmlenz
parents:
diff changeset
38 http://babel.edgewall.org/wiki/IrcChannel
Copyright (C) 2012-2017 Edgewall Software