summary refs log tree commit diff
path: root/latest/development/contributing_guide.html
diff options
context:
space:
mode:
authorerikjohnston <erikjohnston@users.noreply.github.com>2024-04-02 17:46:21 +0000
committererikjohnston <erikjohnston@users.noreply.github.com>2024-04-02 17:46:21 +0000
commitd0f8fbdc27300a101b8d614763ff046b79f4b07e (patch)
treeb5e84ac9ec6e0d36397e412ac86284fee5a62b79 /latest/development/contributing_guide.html
parentdeploy: fd48fc45853eb193a22a08d874eb473e668e2d6a (diff)
downloadsynapse-d0f8fbdc27300a101b8d614763ff046b79f4b07e.tar.xz
deploy: ca27b516656223150d218bdd838df302fedf838c
Diffstat (limited to 'latest/development/contributing_guide.html')
-rw-r--r--latest/development/contributing_guide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/latest/development/contributing_guide.html b/latest/development/contributing_guide.html

index 9c481b5c7c..ae1117cc47 100644 --- a/latest/development/contributing_guide.html +++ b/latest/development/contributing_guide.html
@@ -203,7 +203,7 @@ source, you should install <code>poetry</code>. Of their installation methods, we recommend <a href="https://python-poetry.org/docs/#installing-with-pipx">installing <code>poetry</code> using <code>pipx</code></a>,</p> <pre><code class="language-shell">pip install --user pipx -pipx install poetry==1.5.1 # Problems with Poetry 1.6, see https://github.com/matrix-org/synapse/issues/16147 +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>