Skip to content
Merged
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
12 changes: 4 additions & 8 deletions doc/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,9 @@ For a local "development" version, install with:
cd pyfluent-visualization
pip install -e .

(Remove this section when pyfluent-visualization project goes public)
Until pyfluent-visualization project goes public, install the latest release from
the artifactory.

.. code::

python -m pip install --extra-index-url http://conanreader:conanreader@canartifactory.ansys.com:8080/artifactory/api/pypi/pypi/simple --trusted-host canartifactory.ansys.com ansys-fluent-visualization
Follow `README.rst. <https://github.com/pyansys/pyfluent-visualization/blob/main/README.rst>`_ This will allow you to install the PyFluent Visualization ``ansys-fluent-visualization`` module
and modify it locally and have the changes reflected in your setup
after restarting the Python kernel.

This will allow you to install the PyFluent ``ansys-fluent-visualization`` module
and modify it locally and have the changes reflected in your setup
Expand Down Expand Up @@ -82,4 +78,4 @@ environment variable:

.. code:: python

pyfluent.set_log_level('DEBUG') # for development, by default only errors are shown
pyfluent.set_log_level('DEBUG') # for development, by default only errors are shown