From 49a4197fc8f198dd88d6a38c6108ad08b53551c0 Mon Sep 17 00:00:00 2001 From: Mathieu Velten Date: Tue, 20 Dec 2022 15:00:56 +0100 Subject: [PATCH] suggestions --- docs/upgrade.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/upgrade.md b/docs/upgrade.md index 6afe58d0c4ac..dcae12ec9495 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -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