README.rst 1.0 KB

123456789101112131415161718192021222324252627282930
  1. =============================
  2. Transifex Command-Line Tool
  3. =============================
  4. The Transifex Command-line Client is a command line tool that enables
  5. you to easily manage your translations within a project without the need
  6. of an elaborate UI system.
  7. You can use the command line client to easily create new resources, map
  8. locale files to translations and synchronize your Transifex project with
  9. your local repository and vice verca. Translators and localization
  10. managers can also use it to handle large volumes of translation files
  11. easily and without much hassle.
  12. Check the full documentation at
  13. http://help.transifex.com/user-guide/client/
  14. Installing
  15. ==========
  16. You can install the latest version of transifex-client running ``pip
  17. install transifex-client`` or ``easy_install transifex-client``
  18. You can also install the `in-development version`_ of transifex-client
  19. with ``pip install transifex-client==dev`` or ``easy_install
  20. transifex-client==dev``.
  21. .. _in-development version: http://code.transifex.com/transifex-client/