remove transifex-client from dev requirements file as it does not work on python 3.4

add a note to docs about transifex-client installation and python version issues.
This commit is contained in:
Thomas Waldmann 2014-12-28 15:15:11 +01:00
parent 58aae90b0a
commit 50e9ada058
2 changed files with 8 additions and 1 deletions

View File

@ -27,6 +27,14 @@ Translations are done on Transifex - please collaborate there to avoid double wo
https://www.transifex.com/projects/p/nsupdateinfo/ https://www.transifex.com/projects/p/nsupdateinfo/
You need the transifex-client package so you have the tx command:
::
# currently only works on python 2.x, transifex-client github repo has 3.3 support
pip install transifex-client
Please make sure to configure your notification settings so that you are Please make sure to configure your notification settings so that you are
notified when the translation project is updated (so you can react quickly and notified when the translation project is updated (so you can react quickly and
keep your translation fresh). keep your translation fresh).

View File

@ -5,4 +5,3 @@ pytest
pytest-django pytest-django
pytest-pep8 pytest-pep8
Sphinx Sphinx
transifex-client