Skip to content

Commit bfeaab6

Browse files
committedAug 1, 2016
missing --upgrade
1 parent 18b7eb8 commit bfeaab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎UPGRADE.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ running:
2727
# Pull the latest version of the master branch.
2828
git pull
2929
# Update the versions of synapse's python dependencies.
30-
python synapse/python_dependencies.py | xargs -n1 pip install
30+
python synapse/python_dependencies.py | xargs -n1 pip install --upgrade
3131
3232
3333
Upgrading to v0.15.0

0 commit comments

Comments
 (0)
Please sign in to comment.