Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 629aa51

Browse files
authored
Add linebreak to pipx install quote in README (#12579)
1 parent 5d3509d commit 629aa51

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ directory of your choice::
296296
Synapse has a number of external dependencies. We maintain a fixed development
297297
environment using [poetry](https://python-poetry.org/). First, install poetry. We recommend
298298

299-
pip install --user pipx
300-
pipx install poetry
299+
| pip install --user pipx
300+
| pipx install poetry
301301
302302
as described `here <https://python-poetry.org/docs/#installing-with-pipx>`_.
303303
(See `poetry's installation docs <https://python-poetry.org/docs/#installation>`

changelog.d/12579.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add missing linebreak to pipx install instructions.

0 commit comments

Comments
 (0)