1
0
This commit is contained in:
erikjohnston
2021-07-09 10:43:39 +00:00
parent 13ae16c9d4
commit 31cb5254d4
10 changed files with 40 additions and 42 deletions

View File

@@ -189,7 +189,7 @@
connect to a postgres database.</p>
<ul>
<li>
<p>If you are using the <a href="../INSTALL.html#matrixorg-packages">matrix.org debian/ubuntu
<p>If you are using the <a href="setup/installation.html#matrixorg-packages">matrix.org debian/ubuntu
packages</a>, the necessary python
library will already be installed, but you will need to ensure the
low-level postgres library is installed, which you can do with
@@ -200,7 +200,7 @@ low-level postgres library is installed, which you can do with
the relevant package.</p>
</li>
<li>
<p>If you installed synapse <a href="../INSTALL.html#installing-from-source">in a
<p>If you installed synapse <a href="setup/installation.html#installing-from-source">in a
virtualenv</a>, you can install
the library with:</p>
<pre><code>~/synapse/env/bin/pip install &quot;matrix-synapse[postgres]&quot;