Jeremy Zheng 04423218df :bug: fix circular import error пре 10 месеци
..
ai_translate 04423218df :bug: fix circular import error пре 10 месеци
.gitignore 50dfb74db1 add .stop пре 10 месеци
README.md 6fdeee749a ai_translate_cn пре 10 месеци
config.orig.toml 8f41480510 :heavy_plus_sign: add redis support for ai-translate пре 10 месеци
pyproject.toml f588a5c0a8 :wrench: add types.SimpleNamespace support пре 10 месеци

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