Skip to content

Commit 3a7ae8f

Browse files
waltsimsclaude
andcommitted
Use uv run (not uv run python) for examples
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1d19bf3 commit 3a7ae8f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Increase the accessibility and reproducibility of [k-Wave](http://www.k-wave.org
1717
A [collection of examples](../examples/) covers common simulation scenarios. Run any example locally:
1818

1919
```bash
20-
uv run python examples/ivp_homogeneous_medium.py
20+
uv run examples/ivp_homogeneous_medium.py
2121
```
2222

2323
No GPU required — all examples run on CPU with NumPy.

docs/development/development_environment.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ Running Examples
4444

4545
.. code-block:: bash
4646
47-
uv run python examples/ivp_homogeneous_medium.py
47+
uv run examples/ivp_homogeneous_medium.py
4848
4949
Force CPU (skip GPU even if available):
5050

5151
.. code-block:: bash
5252
53-
KWAVE_FORCE_CPU=1 uv run python examples/ivp_homogeneous_medium.py
53+
KWAVE_FORCE_CPU=1 uv run examples/ivp_homogeneous_medium.py
5454
5555
Publishing
5656
----------

0 commit comments

Comments
 (0)