Add linebreak to pipx install quote in README (#12579)
This commit is contained in:
parent
5d3509dfda
commit
629aa51743
|
@ -296,8 +296,8 @@ directory of your choice::
|
||||||
Synapse has a number of external dependencies. We maintain a fixed development
|
Synapse has a number of external dependencies. We maintain a fixed development
|
||||||
environment using [poetry](https://python-poetry.org/). First, install poetry. We recommend
|
environment using [poetry](https://python-poetry.org/). First, install poetry. We recommend
|
||||||
|
|
||||||
pip install --user pipx
|
| pip install --user pipx
|
||||||
pipx install poetry
|
| pipx install poetry
|
||||||
|
|
||||||
as described `here <https://python-poetry.org/docs/#installing-with-pipx>`_.
|
as described `here <https://python-poetry.org/docs/#installing-with-pipx>`_.
|
||||||
(See `poetry's installation docs <https://python-poetry.org/docs/#installation>`
|
(See `poetry's installation docs <https://python-poetry.org/docs/#installation>`
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Add missing linebreak to pipx install instructions.
|
Loading…
Reference in New Issue