Skip to content

Commit 37b125c

Browse files
committed
typo fix
1 parent a2e5903 commit 37b125c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ All included operations work on varying data types, are implemented both for CPU
3535

3636
## Installation
3737

38-
Ensure that at least PyTorch 0.4.1 is installed and verify that `cuda/bin` and `cuda/install` are in your `$PATH` and `$CPATH` respectively, *e.g.*:
38+
Ensure that at least PyTorch 0.4.1 is installed and verify that `cuda/bin` and `cuda/include` are in your `$PATH` and `$CPATH` respectively, *e.g.*:
3939

4040
```
4141
$ python -c "import torch; print(torch.__version__)"
@@ -45,7 +45,7 @@ $ echo $PATH
4545
>>> /usr/local/cuda/bin:...
4646
4747
$ echo $CPATH
48-
>>> /usr/local/cuda/install:...
48+
>>> /usr/local/cuda/include:...
4949
```
5050

5151
Then run:

0 commit comments

Comments
 (0)