|
|
@@ -0,0 +1,13 @@
|
|
|
+# Usage
|
|
|
+
|
|
|
+```bash
|
|
|
+# initial python3 virtual env
|
|
|
+$ python3 -m venv $HOME/tmp/python3
|
|
|
+# load python3 virtual env
|
|
|
+$ source $HOME/tmp/python3/bin/activate
|
|
|
+# install dependencies
|
|
|
+> python3 -m pip install -e .
|
|
|
+
|
|
|
+> python3 -m ai_translate -h
|
|
|
+> python3 -m ai_translate -c config.toml -n worker-1 -q ai.translate.us
|
|
|
+```
|