インストール

安定したリリース

potranslatorをインストールするには、端末で次のコマンドを実行します。

$ pip install potranslator

これは、常に最新の安定版リリースをインストールするため、翻訳者をインストールするのに推奨される方法です。

If you want to use the Optional Features, you need to install this additional library transifex-client:

$ pip install potranslator[transifex]

pip`がインストールされていない場合、この Python installation guide`_がプロセスを案内します。

ソースから

翻訳者のソースは `Github repo`_からダウンロードできます。

パブリックリポジトリをクローンすることもできます:

$ git clone git://github.com/SekouD/potranslator

あるいは `tarball`_をダウンロードしてください:

$ curl  -OL https://github.com/SekouD/potranslator/tarball/master

ソースのコピーを取得したら、次の方法でインストールできます。

$ python setup.py install