summary refs log tree commit diff
path: root/UPGRADE.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-08-02 09:56:31 +0100
committerErik Johnston <erik@matrix.org>2016-08-02 09:56:31 +0100
commit733bf442901b256a7dc6a206b912f80a127b1eb3 (patch)
tree1ef6aab444cc4343db257dc373ddf5d918a98371 /UPGRADE.rst
parentMake jenkins dendron test federation read apis (diff)
parentMerge pull request #970 from matrix-org/erikj/clock (diff)
downloadsynapse-733bf442901b256a7dc6a206b912f80a127b1eb3.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fed_reader
Diffstat (limited to '')
-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