diff options
author | Ryan Breaker <ryan@breaker.rocks> | 2017-03-13 14:05:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-13 14:05:31 -0500 |
commit | a175963ba52c53b8ba98075b9de58d9647b44b6e (patch) | |
tree | f557fe0b5cd528cb18ad03c809791ebbc12ccff6 /README.rst | |
parent | Add missing package to CentOS section (diff) | |
download | synapse-a175963ba52c53b8ba98075b9de58d9647b44b6e.tar.xz |
Add --upgrade pip
Needed before `pip instal --upgrade setuptools` for CentOS 7 and also doesn't hurt for any other distro.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 1a9bff6945..901d3ed13f 100644 --- a/README.rst +++ b/README.rst @@ -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 |