visuddhinanda 395f3ed07a add api-url il y a 10 mois
..
ai_translate 04423218df :bug: fix circular import error il y a 10 mois
.gitignore 50dfb74db1 add .stop il y a 10 mois
README.md 6fdeee749a ai_translate_cn il y a 10 mois
config.orig.toml 395f3ed07a add api-url il y a 10 mois
pyproject.toml f588a5c0a8 :wrench: add types.SimpleNamespace support il y a 10 mois

README.md

Usage

# initial python3 virtual env folder
$ python3 -m venv $HOME/tmp/python3
# load virtual env vars
$ source $HOME/tmp/python3/bin/activate
# install dependencies
> python3 -m pip install -e .

> python3 -m ai_translate -h
> python3 -m ai_translate -d -c config.toml -n worker-us-1 -q ai_translate_cn

# exit the virtual env
> deactivate