Browse Source

missing --upgrade

Matthew Hodgson 7 years ago
parent
commit
bfeaab6dfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UPGRADE.rst

+ 1 - 1
UPGRADE.rst

@@ -27,7 +27,7 @@ running:
     # Pull the latest version of the master branch.
     git pull
     # Update the versions of synapse's python dependencies.
-    python synapse/python_dependencies.py | xargs -n1 pip install
+    python synapse/python_dependencies.py | xargs -n1 pip install --upgrade
 
 
 Upgrading to v0.15.0