diff --git a/install b/install index c5c259a..834148c 100755 --- a/install +++ b/install @@ -553,7 +553,8 @@ wo_install() { fi if [ -f ./setup.py ]; then - /opt/wo/bin/pip install -U . --upgrade-strategy=eager + /opt/wo/bin/pip install --force-reinstall --no-cache-dir --no-deps . 2>/dev/null + /opt/wo/bin/pip install . --upgrade-strategy=eager elif [ "$wo_branch" = "master" ]; then /opt/wo/bin/pip install -U wordops --upgrade-strategy=eager else