From 523c7afb131b9a4a7b5753f2fa08b9c502cad98f Mon Sep 17 00:00:00 2001 From: Argos Open Tech <48267258+argosopentech@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:47:27 -0400 Subject: Remove running LT in setup.sh I think it makes more sense for the user to run this command directly. I'm going to move it to the README --- setup.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 4202f40..e97c9df 100755 --- a/setup.sh +++ b/setup.sh @@ -23,5 +23,4 @@ virtualenv ~/LibreTranslate/env # Install and run LibreTranslate on port 5000 ~/LibreTranslate/env/bin/pip install ~/LibreTranslate/ --no-cache-dir -~/LibreTranslate/env/bin/libretranslate -- cgit v1.2.3