diff options
author | Tadeusz SoĊnierz <tadeusz@sosnierz.com> | 2024-03-21 18:12:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 17:12:02 +0000 |
commit | 5a59c68b3dba307e6ccc8a7b000ac21161c0d19b (patch) | |
tree | 69a6284d342149b2aa576db18045d59968777a88 | |
parent | Add note to using --curses under sqlite porting (#17012) (diff) | |
download | synapse-5a59c68b3dba307e6ccc8a7b000ac21161c0d19b.tar.xz |
Remove the hardcoded poetry version from contributing guide (#17002)
-rw-r--r-- | changelog.d/17002.doc | 1 | ||||
-rw-r--r-- | docs/development/contributing_guide.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/17002.doc b/changelog.d/17002.doc new file mode 100644 index 0000000000..a1b2ce5e31 --- /dev/null +++ b/changelog.d/17002.doc @@ -0,0 +1 @@ +Remove recommendation for a specific poetry version from contributing guide. diff --git a/docs/development/contributing_guide.md b/docs/development/contributing_guide.md index df6451273a..ac8a7039d1 100644 --- a/docs/development/contributing_guide.md +++ b/docs/development/contributing_guide.md @@ -68,7 +68,7 @@ Of their installation methods, we recommend ```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 ``` but see poetry's [installation instructions](https://python-poetry.org/docs/#installation) |