mirror of
https://mau.dev/maunium/synapse.git
synced 2025-03-05 01:00:21 +01:00
Remove the hardcoded poetry version from contributing guide (#17002)
This commit is contained in:
parent
6cf23febb9
commit
5a59c68b3d
2 changed files with 2 additions and 1 deletions
1
changelog.d/17002.doc
Normal file
1
changelog.d/17002.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Remove recommendation for a specific poetry version from contributing guide.
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue