Skip to content

Commit

Permalink
Add and document an [examples] extra requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
greschd committed Sep 26, 2024
1 parent 9fbfe47 commit 0d0e66a
Show file tree
Hide file tree
Showing 3 changed files with 1,587 additions and 1,387 deletions.
7 changes: 7 additions & 0 deletions doc/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Install the ``ansys-dpf-composites`` package with ``pip``:
pip install ansys-dpf-composites
To install the optional requirements used in the examples, add the ``[examples]`` suffix when installing the package:

.. code::
pip install ansys-dpf-composites[examples]
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:

.. code::
Expand Down
Loading

0 comments on commit 0d0e66a

Please sign in to comment.