diff --git a/install b/install index 3e6c8a2..249b9fb 100755 --- a/install +++ b/install @@ -472,7 +472,7 @@ wo_travis_install() { source wo/bin/activate fi python3 -m pip install -U pip setuptools wheel - python3 -m pip install -U "git+git://github.com/WordOps/WordOps.git@$wo_branch#egg=wordops" + python3 -m pip install -U . else python3 -m pip install -U "git+git://github.com/WordOps/WordOps.git@$wo_branch#egg=wordops" fi