This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Document that icu
is a new, optional native dependency #14704
Closed
Description
#14464 added icu
as a new, optional native dependency to improve user directory search for non-English languages. If the python module is installed, then the new user search code is used, otherwise it will fall back to the old code.
We should:
- Update our installation instructions for native dependencies to include
icu
/libicu-dev
. - Update the UPGRADE notes to mention the new dependency. (This is the release blocker)
- Update the Contributing Guide to mention installing
icu
/libicu-dev
, otherwisepoetry install --extras all
will fail to installpyicu
.