diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2022-04-28 12:54:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 13:54:46 +0100 |
commit | 629aa517436c89192815bbd05a4f6ee193b9e839 (patch) | |
tree | 96de57a2aacc656eeea91654975b7e17347a26e7 | |
parent | Revert accidental direct-to-develop commits. (diff) | |
download | synapse-629aa517436c89192815bbd05a4f6ee193b9e839.tar.xz |
Add linebreak to pipx install quote in README (#12579)
-rw-r--r-- | README.rst | 4 | ||||
-rw-r--r-- | changelog.d/12579.doc | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst index d71d733679..80201d4eb1 100644 --- a/README.rst +++ b/README.rst @@ -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>` diff --git a/changelog.d/12579.doc b/changelog.d/12579.doc new file mode 100644 index 0000000000..bcec5fe1af --- /dev/null +++ b/changelog.d/12579.doc @@ -0,0 +1 @@ +Add missing linebreak to pipx install instructions. |