forked from MirrorHub/synapse
missing --upgrade
This commit is contained in:
parent
18b7eb830b
commit
bfeaab6dfc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue