From 7344d4f1e59697b2921da430f2341b0a320ae612 Mon Sep 17 00:00:00 2001 From: rhclayto Date: Fri, 17 Dec 2021 20:34:09 -0700 Subject: Addin --no-cache-dir to pip install --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 15781e0..c2cd592 100755 --- a/setup.sh +++ b/setup.sh @@ -22,6 +22,6 @@ virtualenv ~/LibreTranslate/env ~/LibreTranslate/env/bin/pip install gunicorn # Install and run LibreTranslate on port 5000 -~/LibreTranslate/env/bin/pip install -e ~/LibreTranslate/ +~/LibreTranslate/env/bin/pip install -e ~/LibreTranslate/ --no-cache-dir ~/LibreTranslate/env/bin/libretranslate -- cgit v1.2.3