Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions examples/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ Available Examples
Dependencies
------------

**Recommended Installation:**

To run all examples without dependency issues, we recommend installing mach with all optional dependencies::

pip install mach-beamform[all]

This includes all visualization, data loading, and example-specific dependencies.

**Additional common dependencies:**

- ``matplotlib``: Required for visualizations
Expand Down
10 changes: 10 additions & 0 deletions examples/doppler.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
https://www.biomecardio.com/MUST/index.html
"""

# %%
# .. note::
# To run this example, we recommend installing mach with all optional dependencies:
#
# .. code-block:: bash
#
# pip install mach-beamform[all]
#
# This ensures all dependencies for the examples are available.

# %%
# Import Required Libraries
# -------------------------
Expand Down
10 changes: 10 additions & 0 deletions examples/plane_wave_compound.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
- Dataset from PICMUS challenge (https://www.creatis.insa-lyon.fr/Challenge/IEEE_IUS_2016/)
"""

# %%
# .. note::
# To run this example, we recommend installing mach with all optional dependencies:
#
# .. code-block:: bash
#
# pip install mach-beamform[all]
#
# This ensures all dependencies for the examples are available.

# %%
# Import Required Libraries
# -------------------------
Expand Down