Skip to content

Commit b88c76d

Browse files
authored
Merge pull request #18 from KitwareMedical/readme-tweak-rendering-python-example
DOC: Tweak rendering of python example in README
2 parents 658c9f0 + 54901d6 commit b88c76d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

itkpocus/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ITKPOCUS is developed by [Kitware, Inc.](https://www.kitware.com) in collaborati
1313
## Usage
1414
The scripts provided convert manufacturer image and video files to ITK Image objects. They may also remove overlays from the ultrasound image and set the physical dimension of the image by processing the overlay ruler (when applicable).
1515

16-
```
16+
```python
1717
import itk
1818
import matplotlib.pyplot as plt
1919
import itkpocus.sonoque as sonoque
@@ -30,4 +30,5 @@ new_img, meta = sonoque.load_and_preprocess_image(fp)
3030
2. Add ffmpeg binary directory to your PATH
3131
1. Note: errors in this step will result in exceptions from _skvideo_
3232
3. Activate your virtual environment
33-
4. `pip install itk-pocus`
33+
4. `pip install itk-pocus`
34+

0 commit comments

Comments
 (0)