главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhclayto <h@obscur.us>2021-12-17 20:34:09 -0700
committerP.J. Finlay <pjappdevelopment@gmail.com>2021-12-19 04:53:18 -0600
commit7344d4f1e59697b2921da430f2341b0a320ae612 (patch)
tree3724d5095075983dc172fc5555dc1a5364b2d25f
parent79377c7af38c33d5fbd169a923f0e183707f77f5 (diff)
Addin --no-cache-dir to pip install
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
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