python -m translate
-
install
direnv
-
use the commands:
git clone git@github.com:iacchus/translate.git # clone repo
python -m venv .venv # install virtualenv
source .venv/bin/activate # activate virtualenv
direnv allow # allow .envrc
python install -e . # install editable
- run as above