summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-11-27 15:16:50 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-11-27 15:16:50 +0000
commitb10bcc1e631698ca8beabec083acb03a934a83c7 (patch)
tree5de1abe2b95436e3685aa80f11b02f86a5283e06 /develop/print.html
parentdeploy: bb86eb98147d4b9d78bcd564133666f2d777c5c3 (diff)
downloadsynapse-b10bcc1e631698ca8beabec083acb03a934a83c7.tar.xz
deploy: 8751f0ef32836a4c349bd0b50ac4a77934a5dbf0
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html
index a97caa2d55..02e52adb90 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -16394,7 +16394,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.2  # Problems with Poetry 1.6, see https://github.com/matrix-org/synapse/issues/16147
+pipx install poetry==1.5.1  # 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>