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