From caa116dbaedad215c2eaa2de587585314eb37b0f Mon Sep 17 00:00:00 2001 From: Val Neekman Date: Sun, 25 Mar 2018 09:34:37 -0400 Subject: cleanups --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 04b0fc9..f58ac28 100644 --- a/README.rst +++ b/README.rst @@ -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. -- cgit v1.2.1