PyPI (Python Package Index) is a repository of software packages for the Python programming language. Visit the groupdocs-conversion-net package page for more details.
Installing the Package
To install the package, open a terminal and run the following command:
py-mpipinstallgroupdocs-conversion-net
python3 -m pip install groupdocs-conversion-net
When running the command on Windows, you can expect the following output:
You can add the dependency to your requirements.txt file by including the following line:
groupdocs-conversion-net==24.12
Then, install the package using the following command:
pip install -r requirements.txt
Download Package from Official Website
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
To install package run the command specific to your your operation system.