= Get Transifex = You can get the source code in a number of ways. == Stable release tarballs == Stable releases are available from the following location(s): * http://transifex.org/files/ * http://pypi.python.org/pypi/transifex Soon, Tx will land in a yum repo near you, and you'll be able to install it with something like `yum install transifex`. See also the [browser:README] file. == Checkout the development repository == The current development version of Transifex can be fetched by cloning the development repo: {{{ hg clone http://code.transifex.org/mainline }}} From here you can also switch to stable versions, which are tagged appropriately. {{{ hg tags hg update 0.3 }}} === Branches === To grab a branched development version of Transifex, you can navigate to http://code.transifex.org/ to see the active branches.