Skip to content

Commit cfd4cd0

Browse files
committed
update usage in readme
1 parent 18b4430 commit cfd4cd0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ This package provides some basic modules for medical image computing that can be
1818
* Implementation of loss functions (for image segmentation).
1919
* Implementation of evaluation metrics to get quantitative evaluation of your methods (for segmentation).
2020

21-
# Examples
21+
# Usage
22+
Run the following command to install PYMIC:
23+
```bash
24+
pip install PYMIC
25+
```
2226
Go to `examples` to see some examples for using PyMIC. For beginners, you only need to simply change the configuration files to select different datasets, networks and training methods for running the code (example 1 - 3). For advanced users, you can develop your own modules based on this package (example 4). You can find the following examples:
2327

2428
1, `examples\JSRT`: use a predefined 2D U-Net for heart segmentation from X-ray images.

0 commit comments

Comments
 (0)