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