diff --git a/doc/source/contribute.rst b/doc/source/contribute.rst index e174a97d5..a9cbcf4b5 100644 --- a/doc/source/contribute.rst +++ b/doc/source/contribute.rst @@ -21,7 +21,7 @@ Installing PyHPS in developer mode allows you to modify and enhance the source: .. code:: bash - git clone https://github.com/pyansys/pyhps + git clone https://github.com/ansys-internal/pyhps #. Access the directory where you have cloned the repository: @@ -111,6 +111,7 @@ This way, it's not possible for you to push code that fails the style checks:: isort....................................................................Passed flake8...................................................................Passed codespell................................................................Passed + Add License Headers......................................................Passed Documentation ------------- diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst index 2024422a1..4c395abbb 100644 --- a/doc/source/getting_started/index.rst +++ b/doc/source/getting_started/index.rst @@ -40,14 +40,13 @@ You must have pip_ and Python 3.9, 3.10, 3.11, or 3.12 installed. Installation ------------ -Because PyHPS is a private PyAnsys package not yet published to PyPI, install it by -running this command: +To install PyHPS in user mode, run this command: -.. code:: +.. code:: bash - python -m pip install git+https://github.com/ansys-internal/pyhps + python -m pip install ansys-hps-client -``pip`` automatically installs any of these package dependencies that are not already installed: +``pip`` automatically installs these package dependencies in case they are not already installed: - requests_ - marshmallow_