mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Remove the hardcoded poetry version from contributing guide (#17002)
This commit is contained in:
parent
6cf23febb9
commit
5a59c68b3d
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…
Reference in New Issue
Block a user