Skip to content

Commit 340132d

Browse files
author
钟晓键
authored
correct the script for installing mmcv-full (#399)
1 parent 6acd77e commit 340132d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get_started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Either `mmcv` or `mmcv-full` is compatible with MMSegmentation, but for methods
3535
The pre-build mmcv-full (with PyTorch 1.5 and CUDA 10.1) can be installed by running: (other available versions could be found [here](https://mmcv.readthedocs.io/en/latest/#install-with-pip))
3636

3737
```shell
38-
pip install mmcv-full==latest+torch1.5.0+cu101 -f https://download.openmmlab.com/mmcv/dist/index.html
38+
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.5.0/index.html
3939
```
4040

4141
**Install mmcv for Windows (Experimental):**

0 commit comments

Comments
 (0)