summary refs log tree commit diff
path: root/develop/development/contributing_guide.html
diff options
context:
space:
mode:
authorerikjohnston <erikjohnston@users.noreply.github.com>2022-09-02 13:20:44 +0000
committererikjohnston <erikjohnston@users.noreply.github.com>2022-09-02 13:20:44 +0000
commitef44a14448bea592d752778aacc1f07c783c3c93 (patch)
tree4dc5302b23223e4d7d5189139548b2665e859d56 /develop/development/contributing_guide.html
parentdeploy: 044900af6cc441d700d171098812786b4b312f59 (diff)
downloadsynapse-ef44a14448bea592d752778aacc1f07c783c3c93.tar.xz
deploy: 4fee4a339d3bb1a90487a86ccbcca50a36b0ea74
Diffstat (limited to 'develop/development/contributing_guide.html')
-rw-r--r--develop/development/contributing_guide.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html

index fc9a412756..c6e4c274a4 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html
@@ -187,6 +187,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>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