Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/source/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
-------------
Expand Down
9 changes: 4 additions & 5 deletions doc/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down