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

Commit

Permalink
Add linebreak to pipx install quote in README (#12579)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepbluev7 committed Apr 28, 2022
1 parent 5d3509d commit 629aa51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.

0 comments on commit 629aa51

Please sign in to comment.