Installation

Requirements

Python 2.x, 3.x

To install via pip:

$ pip install translate

Or, you can download/clone the source and make manually:

$ git clone git@github.com:terryyin/translate-python.git
$ cd translate-python
$ python setup.py install