This library contains functions for handling translations and source code using the new Audaces ML translation system.
Install through pip:
$ pip install -e git+https://github.com/Audaces/ml#egg=mlMake sure you have Python 3.4+ and virtualenv:
$ pip install virtualenvCreate a virtualenv and activate it:
$ virtualenv mlenvAnd activate it:
$ . mlenv/Scripts/activateOr on cmd
> mlenv\Scripts\activateInstall the required packages for development:
$ pip install -r test_dependencies.txt -r doc_dependencies.txtRun tests through nose:
$ nosetestsRun with coverage:
$ nosetests --with-coverage --cover-erase --cover-package srcYou will need cx-freeze. cx-freeze from pip is broken in Windows for Python 3.4. You can get it from http://www.lfd.uci.edu/~gohlke/pythonlibs/#cx_freeze.
Run:
$ python build.py build