summary refs log tree commit diff
path: root/UPGRADE.rst
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-08-01 17:12:02 +0100
committerMatthew Hodgson <matthew@matrix.org>2016-08-01 17:12:02 +0100
commitbfeaab6dfc84adc38e5990a7f26c5b7148606a28 (patch)
tree15431a694801cb3f9bbe27a6113ce17257ac2696 /UPGRADE.rst
parentMerge pull request #958 from matrix-org/paul/SYN-738 (diff)
downloadsynapse-bfeaab6dfc84adc38e5990a7f26c5b7148606a28.tar.xz
missing --upgrade
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r--UPGRADE.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst
index 699f04c2c2..9f044719a0 100644
--- a/UPGRADE.rst
+++ b/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