To download the GroupDocs.Conversion package for your operating system, please visit the official GroupDocs Releases website. Currently, four OS-specific packages are available:
Windows 64-bit: Package name ends with amd64.whl
Windows 32-bit: Package name ends with win32.whl
macOS Apple Silicon: Package name ends with arm64.whl
macOS Intel Silicon: Package name ends with x86_64.whl
Choose the appropriate package based on your system’s architecture.
Copy Downloaded File
Copy the downloaded file into your project folder.
Install Package Using Pip
The recommended way to manage Python application dependencies is by using a virtual environment. Learn more about virtual environment at Create and Use Virtual Environments documentation topic. To create a virtual environment, run the following: