Skip to content

Commit

Permalink
Updated pyfluent post doc per developer discussion (#43)
Browse files Browse the repository at this point in the history
* Updated pyfluent post doc per developer discussion

* Update index.rst

* Update index.rst

* Update doc/source/getting_started/index.rst

Co-authored-by: Dan Williams <[email protected]>

Co-authored-by: Yogesh Patel <[email protected]>
Co-authored-by: Dan Williams <[email protected]>
  • Loading branch information
3 people authored Jun 29, 2022
1 parent 0f41cdb commit 7dd39cd
Showing 1 changed file with 4 additions and 8 deletions.
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:[email protected]: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

0 comments on commit 7dd39cd

Please sign in to comment.