Installation ¶
This installs a package that can be used from Python (
import charset_normalizer
).
To install for all users on the system, administrator rights (root) may be required.
Using PIP ¶
Charset Normalizer can be installed from pip:
pip install charset-normalizer
You may retrieve the latest unicodedata backport as follow:
pip install charset-normalizer[unicode_backport]