summary refs log tree commit diff
path: root/develop/development/contributing_guide.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-01-17 18:05:34 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-01-17 18:05:34 +0000
commitbda3c76d044781398a628cd086b2c40d5f58d6b7 (patch)
tree5f313f715bc711c2ffa65637d7d64dfc48145dae /develop/development/contributing_guide.html
parentdeploy: b6955673bfab5c8d553e8b43e9c50dd7b1212e2a (diff)
downloadsynapse-bda3c76d044781398a628cd086b2c40d5f58d6b7.tar.xz
deploy: b88cfe6d41ede17bde4144ca12f9dc9d0ef21215
Diffstat (limited to 'develop/development/contributing_guide.html')
-rw-r--r--develop/development/contributing_guide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html

index e04f8d1488..b4a63db2a8 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html
@@ -190,7 +190,7 @@ pipx install poetry </code></pre> <p>but see poetry's <a href="https://python-poetry.org/docs/#installation">installation instructions</a> for other installation methods.</p> -<p>Synapse requires Poetry version 1.2.0 or later.</p> +<p>Developing Synapse requires Poetry version 1.3.2 or later.</p> <p>Next, open a terminal and install dependencies as follows:</p> <pre><code class="language-sh">cd path/where/you/have/cloned/the/repository poetry install --extras all