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