From 4bc90c977827cf99457cbf3ab2af3a9440d698eb Mon Sep 17 00:00:00 2001 From: "P.J. Finlay" Date: Sat, 17 Jul 2021 14:54:46 +0000 Subject: More improvements --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 95087ee..0f0c4a8 100755 --- a/setup.sh +++ b/setup.sh @@ -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 -- cgit v1.2.3