Skip to content

Commit 71cad48

Browse files
committed
update installation guidance
1 parent 88c259c commit 71cad48

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
[PyMIC][PyMIC_link] is an Pytorch-based medical image computing toolkit with deep learning. Here we provide a set of examples to show how it can be used for image classification and segmentation tasks. For beginners, you can follow the examples by just editting the configure files for model training, testing and evaluation. For advanced users, you can develop your own modules, such as customized networks and loss functions.
33

44
## Install PyMIC
5-
To start, you can install the latest released version of PyMIC by:
5+
The latest released version of PyMIC can be installed by:
66

77
```bash
88
pip install PYMIC==0.2.3
99
```
1010

11-
To use the latest development version, you can download the source code [here][PyMIC_link] and compile it.
11+
To use the latest development version, you can download the source code [here][PyMIC_link], and install it by:
12+
13+
```bash
14+
python setup.py install
15+
```
1216

1317
## List of Examples
1418
Currently we provide two examples for image classification, and four examples for 2D/3D image segmentation. These examples include:

0 commit comments

Comments
 (0)