|
|
il y a 8 mois | |
|---|---|---|
| .. | ||
| ai_translate | il y a 8 mois | |
| docker | il y a 8 mois | |
| .gitignore | il y a 9 mois | |
| README.md | il y a 8 mois | |
| config.orig.toml | il y a 8 mois | |
| pyproject.toml | il y a 9 mois | |
| run.sh | il y a 9 mois | |
# 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_v2
# exit the virtual env
> deactivate