Jeremy Zheng 04423218df :bug: fix circular import error 11 months ago
..
ai_translate 04423218df :bug: fix circular import error 11 months ago
.gitignore 50dfb74db1 add .stop 11 months ago
README.md 6fdeee749a ai_translate_cn 11 months ago
config.orig.toml 8f41480510 :heavy_plus_sign: add redis support for ai-translate 11 months ago
pyproject.toml f588a5c0a8 :wrench: add types.SimpleNamespace support 11 months ago

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