Install GroupDocs.Comparison for Python via .NET
Leave feedback
On this page
GroupDocs.Comparison for Python via .NET ships as a self-contained Python wheel on PyPI. The wheel bundles the .NET runtime, so no separate .NET installation is required on Windows. On Linux and macOS, a small set of native dependencies is needed for graphics and font rendering.
Install from PyPI
The recommended way to install GroupDocs.Comparison is via pip:
pip install groupdocs-comparison-net
To install a specific version:
pip install groupdocs-comparison-net==26.4.0
Verify the installation:
pip show groupdocs-comparison-net
Install from a downloaded wheel
If you cannot install from PyPI (for example, in an offline environment), download the wheel for your platform from the GroupDocs releases page and install it locally.
ttf-mscorefonts-installer accepts the EULA interactively; in CI pipelines, accept it non-interactively with echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | sudo debconf-set-selections before the install.
macOS
brew install mono-libgdiplus
If GroupDocs.Comparison fails with DllNotFoundException: libSkiaSharp on macOS, the system has a stale copy that conflicts with the bundled version. Rename it so the bundled library takes precedence: