Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated pyfluent post doc per developer discussion #43

Merged
merged 4 commits into from
Jun 29, 2022
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:[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