Browse Source

Add linebreak to pipx install quote in README (#12579)

tags/v1.59.0rc1
DeepBlueV7.X 2 years ago
committed by GitHub
parent
commit
629aa51743
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions
  1. +2
    -2
      README.rst
  2. +1
    -0
      changelog.d/12579.doc

+ 2
- 2
README.rst View File

@@ -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>`


+ 1
- 0
changelog.d/12579.doc View File

@@ -0,0 +1 @@
Add missing linebreak to pipx install instructions.

Loading…
Cancel
Save