You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/intro.rst
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,14 @@ Install the ``ansys-dpf-composites`` package with ``pip``:
13
13
14
14
pip install ansys-dpf-composites
15
15
16
-
Specific versions can be installed by specifying the version in the pip command. For example: Ansys 2023 R1 requires ansys-dpf-composites version 0.1.0:
16
+
17
+
To install the optional dependencies used in the examples, add the ``[examples]`` suffix when installing the package:
18
+
19
+
.. code::
20
+
21
+
pip install ansys-dpf-composites[examples]
22
+
23
+
Specific versions can be installed by specifying the version in the pip command. For example, Ansys 2023 R1 requires ansys-dpf-composites version 0.1.0:
0 commit comments