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 /README.rst | |
parent | Revert accidental direct-to-develop commits. (diff) | |
download | synapse-629aa517436c89192815bbd05a4f6ee193b9e839.tar.xz |
Add linebreak to pipx install quote in README (#12579)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 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>` |