summary refs log tree commit diff
path: root/develop/development
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-10-25 15:32:26 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-10-25 15:32:26 +0000
commita71cf8000279540abe77a0b408759b1509719ca7 (patch)
treead39cff2f3254dd7d6f6da161c8669eaa0a6ccc1 /develop/development
parentdeploy: 79f48b2b4fd6a90d919dc64f5a8d393c50cd5652 (diff)
downloadsynapse-a71cf8000279540abe77a0b408759b1509719ca7.tar.xz
deploy: c14a7de6af0b8a3cbf2e17afca1cab339bc5912d
Diffstat (limited to 'develop/development')
-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 1bf8403da6..4dbea6b43d 100644
--- a/develop/development/contributing_guide.html
+++ b/develop/development/contributing_guide.html
@@ -189,7 +189,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
+pipx install poetry==1.5.2  # Problems with Poetry 1.6, see https://github.com/matrix-org/synapse/issues/16147
 </code></pre>
 <p>but see poetry's <a href="https://python-poetry.org/docs/#installation">installation instructions</a>
 for other installation methods.</p>