Skip to content
Snippets Groups Projects
Commit a175963b authored by Ryan Breaker's avatar Ryan Breaker Committed by GitHub
Browse files

Add --upgrade pip

Needed before `pip instal --upgrade setuptools` for CentOS 7 and also doesn't hurt for any other distro.
parent 53254551
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment