INSTALL.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Installing Babel
  2. ================
  3. Prerequisites
  4. -------------
  5. * Python 2.3 or later (2.4 or later is recommended)
  6. * Optional: setuptools 0.6b1 or later
  7. * Optional: pytz (strongly recommended for real time-zone support, mandatory
  8. to run the automated test suite)
  9. Installation
  10. ------------
  11. Once you've downloaded and unpacked a Babel source release, enter the
  12. directory where the archive was unpacked, and run:
  13. $ python setup.py install
  14. Note that you may need administrator/root privileges for this step, as
  15. this command will by default attempt to install Babel to the Python
  16. site-packages directory on your system.
  17. For advanced options, please refer to the easy_install and/or the distutils
  18. documentation:
  19. http://peak.telecommunity.com/DevCenter/EasyInstall
  20. http://docs.python.org/inst/inst.html
  21. Support
  22. -------
  23. If you encounter any problems with Babel, please don't hesitate to ask
  24. questions on the Babel mailing list or IRC channel:
  25. http://babel.edgewall.org/wiki/MailingList
  26. http://babel.edgewall.org/wiki/IrcChannel