Skip to content

Commit

Permalink
Add ansys installation information in the docs (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
margalva authored Oct 10, 2023
1 parent ccec2ad commit 297745e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ PyDynamicReporting is licensed under the MIT license.

PyDynamicReporting makes no commercial claim over Ansys whatsoever.
This library extends the functionality of Ansys Dynamic Reporting by
adding a Python interface to Ansys Dynamic Reproting without changing
adding a Python interface to Ansys Dynamic Reporting without changing
the core behavior or license of the original software. The use of
PyDynamicReporting requires a legally licensed copy of an Ansys product
that supports Ansys Dynamic Reporting.
Expand Down
2 changes: 1 addition & 1 deletion doc/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WordTemplate = \b(?:%s)\b
Packages = Google

# Define the Ansys vocabulary
Vocab = ANSYS
Vocab = ANSYS, Polyflow

[*.{md,rst}]

Expand Down
17 changes: 14 additions & 3 deletions doc/source/gettingstarted/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,22 @@ Getting started

PyDynamicReporting supports Ansys Dynamic Reporting 2023 R2 and later. To run
PyDynamicReporting, you must have either a local copy of an Ansys installation
with a product that uses Ansys Dynamic Reporting or use a Docker image that
PyDynamicReporting sets up for you.
with a product that uses Ansys Dynamic Reporting or use a Docker image.

To get a copy of Ansys, visit the `Ansys <https://www.ansys.com/>`_ website.

.. note::

Up to the Ansys 2023 R2 release, Ansys Dynamic Reporting is installed as
part of the Ansys EnSight package, under the Fluids section of the
installer. Starting from the Ansys 2024 R1 release, Ansys Dynamic Reporting
is installed separately, and can be found in the Fluids section of the
Ansys installer. Please also note that in all versions, Ansys Dynamic Reporting
is automatically installed if one of the following Ansys products is
installed: EnSight, Forte, Fluent, Polyflow, Icepack.



Installation
~~~~~~~~~~~~

Expand All @@ -18,7 +29,7 @@ To install the latest package from GitHub, run this command:

.. code::
pip install ansys-dynamicreporting-core
pip install ansys-dynamicreporting-core
If you plan on doing local *development* of PyDynamicReporting, install the
Expand Down

0 comments on commit 297745e

Please sign in to comment.