mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix upgrade notes for installing ICU (#14797)
* Fix upgrade notes for installing ICU As noticed in https://github.com/matrix-org/synapse/pull/14712/files#r1058433297 * Changelog
This commit is contained in:
parent
babeeb4e7a
commit
c0145b06f5
1
changelog.d/14797.doc
Normal file
1
changelog.d/14797.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix Synapse 1.74 upgrade notes to correctly explain how to install pyICU when installing Synapse from PyPI.
|
@ -99,7 +99,7 @@ the ICU native dependency and its development headers
|
|||||||
so that PyICU can build since no prebuilt wheels are available.
|
so that PyICU can build since no prebuilt wheels are available.
|
||||||
|
|
||||||
You can follow [the 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.
|
and then do `pip install matrix-synapse[user-search]` for a PyPI install.
|
||||||
|
|
||||||
Docker images and Debian packages need nothing specific as they already
|
Docker images and Debian packages need nothing specific as they already
|
||||||
include or specify ICU as an explicit dependency.
|
include or specify ICU as an explicit dependency.
|
||||||
|
Loading…
Reference in New Issue
Block a user