Skip to content

Commit a41f650

Browse files
authored
Update README.md
1 parent 0c78a6e commit a41f650

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,11 @@ preprocess_input = get_preprocessing_fn('renset18', pretrained='imagenet')
7777

7878

7979
### Installation <a name="installation"></a>
80-
PyPI version is not released yet, to install package from source run following command:
80+
PyPI version:
81+
```bash
82+
$ pip install segmentation-models-pytorch
83+
````
84+
Latest version from source:
8185
```bash
8286
$ pip install git+https://github.com/qubvel/segmentation_models.pytorch
8387
````

0 commit comments

Comments
 (0)