From 40ed1edf6acbe90e024bb2f5b9ca4a28d64ab3c9 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Tue, 19 Mar 2024 07:44:35 +0100 Subject: [PATCH] Documented charset_normalizer/chardet dependency in INSTALL.md --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index fed9c44a7..f376390d8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -31,6 +31,8 @@ Optional but recommended: * Required for the complete scripting documentation * [PyJWT 1.7 or newer](https://pyjwt.readthedocs.io/) * Required for the add cluster as release / add file as recording functionality +* [charset_normalizer](https://pypi.org/project/charset-normalizer/) or [chardet](https://pypi.org/project/chardet/) + * Required for character encoding detection in CD ripping log files We recommend you use [pip](https://pip.pypa.io/en/stable/) to install the Python dependencies: