diff --git a/UPGRADE.rst b/UPGRADE.rst
index 699f04c2c2f893db53f835891a7d6d4637e58709..9f044719a0b43d6139c00292e09148c0e6d07939 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