diff options
author | rhclayto <h@obscur.us> | 2021-12-17 20:34:09 -0700 |
---|---|---|
committer | P.J. Finlay <pjappdevelopment@gmail.com> | 2021-12-19 04:53:18 -0600 |
commit | 7344d4f1e59697b2921da430f2341b0a320ae612 (patch) | |
tree | 3724d5095075983dc172fc5555dc1a5364b2d25f | |
parent | 79377c7af38c33d5fbd169a923f0e183707f77f5 (diff) |
Addin --no-cache-dir to pip install
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |