Skip to content

Commit 6be0a79

Browse files
committed
update readme
1 parent c988a94 commit 6be0a79

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,26 @@ PyMIC provides some basic modules for medical image computing that can be share
1919
* Implementation of loss functions, especially for image segmentation.
2020
* Implementation of evaluation metrics to get quantitative evaluation of your methods (for segmentation).
2121

22-
23-
# Requirement
22+
# Usage
23+
## Requirement
2424
* [Pytorch][torch_link] version >=1.0.1
2525
* [TensorboardX][tbx_link] to visualize training performance
2626
* Some common python packages such as Numpy, Pandas, SimpleITK
2727

2828
[torch_link]:https://pytorch.org/
2929
[tbx_link]:https://github.com/lanpa/tensorboardX
3030

31-
# Usage
32-
Run the following command to install PyMIC:
31+
## Installation
32+
Run the following command to install the current released version of PyMIC:
3333

3434
```bash
3535
pip install PYMIC
3636
```
3737

38-
[PyMIC_examples][examples] provides 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. For advanced users, you can develop your own modules based on this package. You can find both types of examples
38+
Alternatively, you can download the source code and add the path of pymic to the `PYTHONPATH` environment variable.
39+
40+
## Examples
41+
[PyMIC_examples][examples] provides some examples of starting to use PyMIC. For beginners, you only need to simply change the configuration files to select different datasets, networks and training methods for running the code. For advanced users, you can develop your own modules based on this package. You can find both types of examples
3942

4043
[examples]: https://github.com/HiLab-git/PyMIC_examples
4144

0 commit comments

Comments
 (0)