|
|
2 hete | |
|---|---|---|
| .. | ||
| ai_translate | 6 hónapja | |
| docker | 1 éve | |
| .gitignore | 2 hete | |
| README.md | 2 hete | |
| config.orig.toml | 1 éve | |
| pyproject.toml | 2 hete | |
# disable gil ONLY for ubuntu
$ export PYTHON_GIL=0
# 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