Skip to content

Commit bfe6f4a

Browse files
committed
docs: update README
1 parent 52d9767 commit bfe6f4a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div align="center">
44

55
[![Generic badge](https://img.shields.io/badge/License-MIT-<COLOR>.svg?style=for-the-badge)](https://github.com/okunator/cellseg_models.pytorch/blob/master/LICENSE)
6-
[![PyTorch - Version](https://img.shields.io/badge/PYTORCH-1.7+-red?style=for-the-badge&logo=pytorch)](https://pytorch.org/)
6+
[![PyTorch - Version](https://img.shields.io/badge/PYTORCH-1.8+-red?style=for-the-badge&logo=pytorch)](https://pytorch.org/)
77
[![Python - Version](https://img.shields.io/badge/PYTHON-3.7+-red?style=for-the-badge&logo=python&logoColor=white)](https://www.python.org/)
88
<br>
99
[![Github Test](https://img.shields.io/github/workflow/status/okunator/cellseg_models.pytorch/Tests?label=Tests&logo=github&style=for-the-badge)](https://github.com/okunator/cellseg_models.pytorch/actions/workflows/tests.yml)
@@ -57,10 +57,18 @@ Contains multi-task encoder-decoder architectures (U-Net-like) along with dedica
5757

5858
## Installation
5959

60+
**Basic installation**
61+
6062
```shell
6163
pip install cellseg-models-pytorch
6264
```
6365

66+
**To install extra dependencies (training utilities and datamodules for open-source datasets) use**
67+
68+
```shell
69+
pip install cellseg-models-pytorch[all]
70+
```
71+
6472
## Code Examples
6573

6674
**Define Cellpose for cell segmentation.**

0 commit comments

Comments
 (0)