cmlenz@1: Installing Babel cmlenz@1: ================ cmlenz@1: cmlenz@1: Prerequisites cmlenz@1: ------------- cmlenz@1: fschwarz@506: * Python 2.4 or later jruigrok@431: * CLDR 1.7 cmlenz@1: * Optional: setuptools 0.6b1 or later fschwarz@513: * Optional: pytz (strongly recommended for real time-zone support, mandatory fschwarz@513: to run the automated test suite) cmlenz@1: cmlenz@1: cmlenz@1: Installation cmlenz@1: ------------ cmlenz@1: cmlenz@1: Once you've downloaded and unpacked a Babel source release, enter the cmlenz@1: directory where the archive was unpacked, and run: cmlenz@1: cmlenz@1: $ python setup.py install cmlenz@1: cmlenz@1: Note that you may need administrator/root privileges for this step, as cmlenz@1: this command will by default attempt to install Babel to the Python cmlenz@1: site-packages directory on your system. cmlenz@1: cmlenz@1: For advanced options, please refer to the easy_install and/or the distutils cmlenz@1: documentation: cmlenz@1: cmlenz@1: http://peak.telecommunity.com/DevCenter/EasyInstall cmlenz@1: http://docs.python.org/inst/inst.html cmlenz@1: cmlenz@1: cmlenz@1: Support cmlenz@1: ------- cmlenz@1: cmlenz@1: If you encounter any problems with Babel, please don't hesitate to ask cmlenz@1: questions on the Babel mailing list or IRC channel: cmlenz@1: cmlenz@1: http://babel.edgewall.org/wiki/MailingList cmlenz@1: http://babel.edgewall.org/wiki/IrcChannel