diff options
author | P.J. Finlay <pjappdevelopment@gmail.com> | 2021-07-17 14:54:46 +0000 |
---|---|---|
committer | P.J. Finlay <pjappdevelopment@gmail.com> | 2021-07-17 14:54:46 +0000 |
commit | 4bc90c977827cf99457cbf3ab2af3a9440d698eb (patch) | |
tree | 5dbb40dfc6c97164e4caccc7b8dbda15c8d6315d /setup.sh | |
parent | e33663586aef49bacdf64579ad409c33922993f3 (diff) |
More improvements
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,7 +18,10 @@ git clone https://github.com/argosopentech/LibreTranslate.git ~/LibreTranslate # Setup virtualenv virtualenv ~/LibreTranslate/env source ~/LibreTranslate/env/bin/activate + +# Install LibreTranslate pip install -e ~/LibreTranslate/ +libretranslate # Install gunicorn pip install gunicorn |