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

Commit

Permalink
suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Velten committed Dec 20, 2022
1 parent dc33689 commit 49a4197
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,11 @@ process, for example:
This version introduces optional support for an [improved user search dealing with Unicode characters](https://github.com/matrix-org/synapse/pull/14464).
To do so it uses the ICU library through PyICU.
If you are installing from source or PyPI and want to take advantage of this
feature you need to install PyICU but also the ICU native dependency and its
development headers so that PyICU can build since no prebuilt wheels are available.
If you want to take advantage of this feature you need to install PyICU,
the ICU native dependency and its development headers
so that PyICU can build since no prebuilt wheels are available.
You can follow [PyICU documentation](https://pypi.org/project/PyICU/) to do so,
You can follow [the PyICU documentation](https://pypi.org/project/PyICU/) to do so,
and then do `pip install matrix-synapse[icu]` for a PyPI install.
Docker images and Debian packages need nothing specific as they already
Expand Down

0 comments on commit 49a4197

Please sign in to comment.