diff options
| author | Val Neekman <val@neekware.com> | 2018-03-25 09:34:37 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2018-03-25 09:34:37 -0400 |
| commit | caa116dbaedad215c2eaa2de587585314eb37b0f (patch) | |
| tree | 1d1ca580b7d338626b7d97eda08843284e51520f | |
| parent | a7625d38a819b9baef480d6903a8693dcc4ea4cf (diff) | |
| download | python-slugify-caa116dbaedad215c2eaa2de587585314eb37b0f.tar.gz | |
cleanups
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ Note: By default *python-slugify* installs **unidecode** (GPL) for its decoding needs. Alternatively *python-slugify* can install and use **text-unidecode** (GPL & Perl Artistic) instead. This is done by setting up -an environment variable *SLUGIFY_USES_TEXT_UNIDECODE=yes* prior to installing `python-slugify`. +an environment variable *SLUGIFY_USES_TEXT_UNIDECODE=yes* prior to installing and/or upgrading `python-slugify`. In cases where both **unidecode** and **text-unidecode** are installed, *python-slugify* always defaults to using **unidecode** regardless of the *SLUGIFY_USES_TEXT_UNIDECODE=yes* environment variable. |
