mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-10-01 21:48:27 -04:00
Stop telling people to install the optional dependencies. (#5197)
* Stop telling people to install the optional dependencies. They're optional. Also update the postgres docs a bit for clarity(?)
This commit is contained in:
parent
13018bb997
commit
7ce1f97a13
3 changed files with 25 additions and 25 deletions
|
@ -35,7 +35,7 @@ virtualenv -p python3 ~/synapse/env
|
|||
source ~/synapse/env/bin/activate
|
||||
pip install --upgrade pip
|
||||
pip install --upgrade setuptools
|
||||
pip install matrix-synapse[all]
|
||||
pip install matrix-synapse
|
||||
```
|
||||
|
||||
This will download Synapse from [PyPI](https://pypi.org/project/matrix-synapse)
|
||||
|
@ -48,7 +48,7 @@ update flag:
|
|||
|
||||
```
|
||||
source ~/synapse/env/bin/activate
|
||||
pip install -U matrix-synapse[all]
|
||||
pip install -U matrix-synapse
|
||||
```
|
||||
|
||||
Before you can start Synapse, you will need to generate a configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue