diff --git a/install b/install index 0ec43dd..64cf04f 100755 --- a/install +++ b/install @@ -554,7 +554,7 @@ wo_install() { if [ -f "$wo_install_dir/setup.py" ]; then cd "$wo_install_dir" || exit 1 - /opt/wo/bin/pip install --force-reinstall --no-cache-dir --no-deps . + /opt/wo/bin/pip install --force-reinstall --no-cache-dir . cd || exit 1 elif [ "$wo_branch" = "master" ]; then /opt/wo/bin/pip install -U wordops --upgrade-strategy=eager