summary refs log tree commit diff
path: root/develop/development/contributing_guide.html
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2024-03-21 17:13:32 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2024-03-21 17:13:32 +0000
commitbc87b010c8afce82455efe5c9c56cdd7931d8e36 (patch)
tree0cbcb806bf6e15266fac9064384d0c7dc54aa145 /develop/development/contributing_guide.html
parentdeploy: 6cf23febb998db1c7857ee87cbd2ddaac94700fc (diff)
downloadsynapse-bc87b010c8afce82455efe5c9c56cdd7931d8e36.tar.xz
deploy: 5a59c68b3dba307e6ccc8a7b000ac21161c0d19b
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 9c481b5c7c..ae1117cc47 100644 --- a/develop/development/contributing_guide.html +++ b/develop/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>