The exact wheel name depends on your OS and CPU architecture — see the wheel-suffix table in System Requirements for the complete list.
Add the Package to requirements.txt
Add the dependency to your project’s requirements.txt:
groupdocs-viewer-net
Then install from the file:
pip install -r requirements.txt
Pin to a specific version if you need reproducible builds — for example, groupdocs-viewer-net==26.4.0.
Install from a Pre-Downloaded Wheel
For air-gapped or controlled environments, download the wheel from the GroupDocs Releases site or the PyPI release page and install it directly. Four platform-specific wheels are published per release; pick the one that matches your host:
Windows x86-64 — groupdocs_viewer_net-<version>-py3-none-win_amd64.whl
Linux x86-64 — groupdocs_viewer_net-<version>-py3-none-manylinux1_x86_64.whl
macOS Apple Silicon (ARM64) — groupdocs_viewer_net-<version>-py3-none-macosx_11_0_arm64.whl