From 7dd39cd44c3e7af9d2ef9b5902e30b7a15164b97 Mon Sep 17 00:00:00 2001 From: Elijah Gravenhorst <107507511+egravenh@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:50:24 -0400 Subject: [PATCH] Updated pyfluent post doc per developer discussion (#43) * 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 Co-authored-by: Yogesh Patel <97630098+ypatel-qa@users.noreply.github.com> Co-authored-by: Dan Williams --- doc/source/getting_started/index.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst index f4359ba3..8438e599 100644 --- a/doc/source/getting_started/index.rst +++ b/doc/source/getting_started/index.rst @@ -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. `_ 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 @@ -82,4 +78,4 @@ environment variable: .. code:: python - pyfluent.set_log_level('DEBUG') # for development, by default only errors are shown \ No newline at end of file + pyfluent.set_log_level('DEBUG') # for development, by default only errors are shown