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

Add linebreak to pipx install quote in README #12579

Merged
merged 2 commits into from
Apr 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`
Expand Down
1 change: 1 addition & 0 deletions changelog.d/12579.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing linebreak to pipx install instructions.