diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-16 17:31:39 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-16 17:31:39 +0000 |
commit | 9550ba94f2bbb7170a975d1e83a81ef700690e59 (patch) | |
tree | 6b6c0084a8f6204e2e6d8ec837251d8a21379dc3 /UPGRADE.rst | |
parent | Change upgrade script to not check hashes or signatures (diff) | |
download | synapse-9550ba94f2bbb7170a975d1e83a81ef700690e59.tar.xz |
Mention that we should pull in new deps before running upgrade script
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index a602a9f3eb..9618ad2d57 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -1,6 +1,10 @@ Upgrading to v0.6.0 =================== +To pull in new dependencies, run:: + + python setup.py develop --user + This update includes a change to the database schema. To upgrade you first need to upgrade the database by running:: |