@@ -3,11 +3,22 @@ Getting started
33
44PyDynamicReporting supports Ansys Dynamic Reporting 2023 R2 and later. To run
55PyDynamicReporting, you must have either a local copy of an Ansys installation
6- with a product that uses Ansys Dynamic Reporting or use a Docker image that
7- PyDynamicReporting sets up for you.
6+ with a product that uses Ansys Dynamic Reporting or use a Docker image.
87
98To get a copy of Ansys, visit the `Ansys <https://www.ansys.com/ >`_ website.
109
10+ .. note ::
11+
12+ Up to the Ansys 2023 R2 release, Ansys Dynamic Reporting is installed as
13+ part of the Ansys EnSight package, under the Fluids section of the
14+ installer. Starting from the Ansys 2024 R1 release, Ansys Dynamic Reporting
15+ is installed separately, and can be found in the Fluids section of the
16+ Ansys installer. Please also note that in all versions, Ansys Dynamic Reporting
17+ is automatically installed if one of the following Ansys products is
18+ installed: EnSight, Forte, Fluent, Polyflow, Icepack.
19+
20+
21+
1122Installation
1223~~~~~~~~~~~~
1324
@@ -18,7 +29,7 @@ To install the latest package from GitHub, run this command:
1829
1930.. code ::
2031
21- pip install ansys-dynamicreporting-core
32+ pip install ansys-dynamicreporting-core
2233
2334
2435 If you plan on doing local *development * of PyDynamicReporting, install the
0 commit comments