Skip to content
Snippets Groups Projects
Unverified Commit 5a59c68b authored by Tadeusz Sośnierz's avatar Tadeusz Sośnierz Committed by GitHub
Browse files

Remove the hardcoded poetry version from contributing guide (#17002)

parent 6cf23feb
No related branches found
No related tags found
No related merge requests found
Remove recommendation for a specific poetry version from contributing guide.
...@@ -68,7 +68,7 @@ Of their installation methods, we recommend ...@@ -68,7 +68,7 @@ Of their installation methods, we recommend
```shell ```shell
pip install --user pipx 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) but see poetry's [installation instructions](https://python-poetry.org/docs/#installation)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment