From a175963ba52c53b8ba98075b9de58d9647b44b6e Mon Sep 17 00:00:00 2001 From: Ryan Breaker Date: Mon, 13 Mar 2017 14:05:31 -0500 Subject: Add --upgrade pip Needed before `pip instal --upgrade setuptools` for CentOS 7 and also doesn't hurt for any other distro. --- README.rst | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.4.1