Skip to content

Commit

Permalink
Correct url rendering in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmanan authored Apr 17, 2021
1 parent 5407ab0 commit b33b3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ conda create -n EmbedSegEnv python==3.7
python3 -m pip install EmbedSeg
```

and then install `[pytorch](https://pytorch.org/get-started/previous-versions/)`:
and then install <b>[pytorch](https://pytorch.org/get-started/previous-versions/)</b>:
```
conda install pytorch==1.1.0 torchvision==0.3.0 cudatoolkit=10.0 -c pytorch
```
Expand Down

0 comments on commit b33b3bf

Please sign in to comment.