diff options
author | Argos Open Tech <48267258+argosopentech@users.noreply.github.com> | 2024-10-16 19:47:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-16 19:47:27 -0400 |
commit | 523c7afb131b9a4a7b5753f2fa08b9c502cad98f (patch) | |
tree | 534243f6a151de4d09ddd26d983473a28d0379df /setup.sh | |
parent | 6e5c1c9a7e68175407b4068ba4f93969e11e568e (diff) |
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
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |