mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-31 23:24:22 -04:00
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:
parent
53254551f0
commit
a175963ba5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue