@@ -7,8 +7,8 @@ Ansys Python Manager (QT)
7
7
:target: https://docs.pyansys.com/
8
8
:alt: PyAnsys
9
9
10
- .. |GH-CI | image :: https://github.com/pyansys /python-installer-qt-gui/actions/workflows/ci_cd.yml/badge.svg
11
- :target: https://github.com/pyansys /python-installer-qt-gui/actions/workflows/ci_cd.yml
10
+ .. |GH-CI | image :: https://github.com/ansys /python-installer-qt-gui/actions/workflows/ci_cd.yml/badge.svg
11
+ :target: https://github.com/ansys /python-installer-qt-gui/actions/workflows/ci_cd.yml
12
12
:alt: GH-CI
13
13
14
14
.. |MIT | image :: https://img.shields.io/badge/License-MIT-yellow.svg
@@ -19,8 +19,8 @@ Ansys Python Manager (QT)
19
19
:target: https://github.com/psf/black
20
20
:alt: Black
21
21
22
- .. |pre-commit-ci | image :: https://results.pre-commit.ci/badge/github/pyansys /python-installer-qt-gui/main.svg
23
- :target: https://results.pre-commit.ci/latest/github/pyansys /python-installer-qt-gui/main
22
+ .. |pre-commit-ci | image :: https://results.pre-commit.ci/badge/github/ansys /python-installer-qt-gui/main.svg
23
+ :target: https://results.pre-commit.ci/latest/github/ansys /python-installer-qt-gui/main
24
24
:alt: pre-commit.ci status
25
25
26
26
.. readme_start
@@ -37,7 +37,7 @@ you can use to install Python and (optional) PyAnsys packages.
37
37
Installation
38
38
~~~~~~~~~~~~
39
39
Visit the `Releases
40
- <https://github.com/pyansys /python-installer-qt-gui/releases> `__ page and pull
40
+ <https://github.com/ansys /python-installer-qt-gui/releases> `__ page and pull
41
41
down the latest installer. This is a simple application you can use to install
42
42
Python and manage your Python environment.
43
43
@@ -48,7 +48,7 @@ You can be up and running with four lines of code:
48
48
49
49
.. code :: bash
50
50
51
- git clone https://github.com/pyansys /python-installer-qt-gui
51
+ git clone https://github.com/ansys /python-installer-qt-gui
52
52
cd python-installer-qt-gui
53
53
pip install pip -U
54
54
pip install -e .
@@ -71,7 +71,7 @@ guide`_. You will need to follow these steps:
71
71
72
72
.. code :: bash
73
73
74
- git clone https://github.com/pyansys /python-installer-qt-gui
74
+ git clone https://github.com/ansys /python-installer-qt-gui
75
75
76
76
#. Create a fresh-clean Python environment and activate it. Refer to the
77
77
official `venv `_ documentation if you require further information:
@@ -175,12 +175,12 @@ Distributing
175
175
------------
176
176
This project is vectored to be an open-source project. For the time being, feel
177
177
free to distribute it internally, but direct users to visit the `Releases
178
- <https://github.com/pyansys /python-installer-qt-gui/releases> `__ page
178
+ <https://github.com/ansys /python-installer-qt-gui/releases> `__ page
179
179
180
180
Security
181
181
--------
182
182
The versions that are still supported for security updates can be found at
183
- the `Security guidelines <https://github.com/pyansys /python-installer-qt-gui/blob/main/SECURITY.md >`_
183
+ the `Security guidelines <https://github.com/ansys /python-installer-qt-gui/blob/main/SECURITY.md >`_
184
184
site. Information on how to report vulenrabilities is also found.
185
185
186
186
0 commit comments