0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-19 03:53:45 +02:00

Add linebreak to pipx install quote in README (#12579)

This commit is contained in:
DeepBlueV7.X 2022-04-28 12:54:46 +00:00 committed by GitHub
parent 5d3509dfda
commit 629aa51743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -296,8 +296,8 @@ directory of your choice::
Synapse has a number of external dependencies. We maintain a fixed development
environment using [poetry](https://python-poetry.org/). First, install poetry. We recommend
pip install --user pipx
pipx install poetry
| pip install --user pipx
| pipx install poetry
as described `here <https://python-poetry.org/docs/#installing-with-pipx>`_.
(See `poetry's installation docs <https://python-poetry.org/docs/#installation>`

1
changelog.d/12579.doc Normal file
View file

@ -0,0 +1 @@
Add missing linebreak to pipx install instructions.