Skip to content

Commit

Permalink
update python-net installation & sys requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RakhimAimaganbetov committed May 29, 2024
1 parent 71a2c40 commit 65453c0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
11 changes: 11 additions & 0 deletions python-net/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@ All Python packages are hosted at [PyPI](https://pypi.org/project/groupdocs-vie
pip install groupdocs-viewer-net
```

## Download GroupDocs.Viewer from the official website

Visit [https://releases.groupdocs.com/viewer/python-net/](https://releases.groupdocs.com/viewer/net/) and download the **GroupDocs.Viewer** assemblies as a ZIP archive.

1. Download the Wheel File: On the download page, locate the latest version of the **GroupDocs.Viewer** package.
Click on the download link to download the wheel file containing the package.
2. Choose the destination folder where you want to place the package.
3. Install package via pip using downloaded package. For example,
```batch
pip install .../groupdocs_viewer_net-24.5-py3-none-win32.whl
```
9 changes: 3 additions & 6 deletions python-net/getting-started/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GroupDocs.Viewer for Python via .NET does not require any external software to b

## Supported Operating Systems

GroupDocs.Viewer for Python can be used on any 32-bit or 64-bit operating system where .NET is installed including, but not limited to:
GroupDocs.Viewer for Python can be used on any 32-bit or 64-bit operating system where .NET 6 is installed including, but not limited to:

### Windows

Expand All @@ -33,13 +33,10 @@ GroupDocs.Viewer for Python can be used on any 32-bit or 64-bit operating system
* Microsoft Windows 10 (x64, x86)
* Microsoft Windows 11 (x64)

### Linux

* Linux (Ubuntu, OpenSUSE, CentOS and others)
## Supported Frameworks and Target Runtimes

### Mac

* Mac OS X
GroupDocs.Viewer for Python supports .NET Framework and .NET platforms. Current version supports .NET Framework 4.6.2 and above, .NET 6 and above.

## Development Environments

Expand Down

0 comments on commit 65453c0

Please sign in to comment.