diff options
Diffstat (limited to 'latest/setup/installation.html')
-rw-r--r-- | latest/setup/installation.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/latest/setup/installation.html b/latest/setup/installation.html index bca8bf6e8d..9e5d5eecca 100644 --- a/latest/setup/installation.html +++ b/latest/setup/installation.html @@ -238,7 +238,7 @@ The latest version of Synapse can be installed from <a href="#matrixorg-packages <a href="https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15/standard/">https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15/standard/</a></p> <h4 id="archlinux"><a class="header" href="#archlinux">ArchLinux</a></h4> <p>The quickest way to get up and running with ArchLinux is probably with the community package -<a href="https://www.archlinux.org/packages/community/any/matrix-synapse/">https://www.archlinux.org/packages/community/any/matrix-synapse/</a>, which should pull in most of +<a href="https://archlinux.org/packages/community/x86_64/matrix-synapse/">https://archlinux.org/packages/community/x86_64/matrix-synapse/</a>, which should pull in most of the necessary dependencies.</p> <p>pip may be outdated (6.0.7-1 and needs to be upgraded to 6.0.8-1 ):</p> <pre><code class="language-sh">sudo pip install --upgrade pip @@ -279,7 +279,7 @@ and mounting it to <code>/var/synapse</code> should be taken into consideration. <p>System requirements:</p> <ul> <li>POSIX-compliant system (tested on Linux & OS X)</li> -<li>Python 3.7 or later, up to Python 3.10.</li> +<li>Python 3.7 or later, up to Python 3.11.</li> <li>At least 1GB of free RAM if you want to join large public rooms like #matrix:matrix.org</li> </ul> <p>If building on an uncommon architecture for which pre-built wheels are |