From 1bc96f4350b6b0741a840865aa7e78a732473384 Mon Sep 17 00:00:00 2001 From: Yevgen Nykytenko Date: Fri, 17 May 2024 12:22:56 +0300 Subject: [PATCH] Package name update --- python-net/_index.md | 6 +++--- python-net/getting-started/how-to-run-examples.md | 2 +- python-net/getting-started/installation.md | 4 ++-- python-net/technical-support.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/python-net/_index.md b/python-net/_index.md index dd8514f..29d8848 100644 --- a/python-net/_index.md +++ b/python-net/_index.md @@ -14,12 +14,12 @@ AddLibInfoScript: True groupdocs-viewer-python-home -PyPI package -PyPI downloads +PyPI downloads {{< button style="primary" link="https://releases.groupdocs.com/viewer/python-net/release-notes/" >}} Release notes {{< /button >}} -{{< button style="primary" link="https://pypi.org/project/groupdocs.viewer" >}} {{< icon "gdoc_download" >}} Package repository {{< /button >}} +{{< button style="primary" link="https://pypi.org/project/groupdocs-viewer-net" >}} {{< icon "gdoc_download" >}} Package repository {{< /button >}} GroupDocs.Viewer for Python is a powerful, high-performance, and cross-platform library that allows you to build desktop and web [file viewer applications](https://en.wikipedia.org/wiki/File_viewer). diff --git a/python-net/getting-started/how-to-run-examples.md b/python-net/getting-started/how-to-run-examples.md index a547be2..feb347c 100644 --- a/python-net/getting-started/how-to-run-examples.md +++ b/python-net/getting-started/how-to-run-examples.md @@ -18,7 +18,7 @@ To get started make sure that [Python](https://www.python.org/) is installed. 1. Clone repository with examples `git clone https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-Python-via-.NET.git` 2. Navigate to the examples folder `cd ./GroupDocs.Viewer-for-Python-via-.NET/` -3. Install the necessary packages with the `pip install groupdocs.viewer` command. +3. Install the necessary packages with the `pip install groupdocs-viewer-net` command. 4. Navigate to the examples folder `cd ./Examples` 5. Run the examples with the `python runExamples.py` command. diff --git a/python-net/getting-started/installation.md b/python-net/getting-started/installation.md index 2a852b0..e32f5ad 100644 --- a/python-net/getting-started/installation.md +++ b/python-net/getting-started/installation.md @@ -13,9 +13,9 @@ toc: True ## Install using PIP from PyPI -All Python packages are hosted at [PyPI](https://pypi.org/project/groupdocs.viewer). You can easily reference GroupDocs.Viewer for Python via .NET API directly in your Python project by installing it with the following command. +All Python packages are hosted at [PyPI](https://pypi.org/project/groupdocs-viewer-net). You can easily reference GroupDocs.Viewer for Python via .NET API directly in your Python project by installing it with the following command. ```batch -pip install groupdocs.viewer +pip install groupdocs-viewer-net ``` diff --git a/python-net/technical-support.md b/python-net/technical-support.md index 9230de9..8127b9b 100644 --- a/python-net/technical-support.md +++ b/python-net/technical-support.md @@ -20,7 +20,7 @@ Please note that GroupDocs does not provide technical support over the phone. Ph If you need help with GroupDocs.Viewer, consider the following: -* Make sure you are using the latest GroupDocs.Viewer version before reporting an issue. See [PyPI](https://pypi.org/project/groupdocs.viewer) to find out about the latest version. +* Make sure you are using the latest GroupDocs.Viewer version before reporting an issue. See [PyPI](https://pypi.org/project/groupdocs-viewer-net) to find out about the latest version. * Have a look through the forums, this documentation, and the API Reference before reporting an issue – perhaps your question has already been answered. * Post your question at [GroupDocs.Viewer Free Support Forum](https://forum.groupdocs.com/c/viewer/9), and we'll assist you. Questions are answered directly by the GroupDocs.Viewer development team. * When expecting a reply on the forums, please allow for time zone differences.