Add --upgrade pip

Needed before `pip instal --upgrade setuptools` for CentOS 7 and also doesn't hurt for any other distro.
This commit is contained in:
Ryan Breaker 2017-03-13 14:05:31 -05:00 committed by GitHub
parent 53254551f0
commit a175963ba5

View file

@ -146,6 +146,7 @@ To install the synapse homeserver run::
virtualenv -p python2.7 ~/.synapse
source ~/.synapse/bin/activate
pip install --upgrade pip
pip install --upgrade setuptools
pip install https://github.com/matrix-org/synapse/tarball/master