Skip to content

Commit c1df3bd

Browse files
committed
typo fix
1 parent 9ffad93 commit c1df3bd

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
@@ -23,7 +23,7 @@ All included operations work on varying data types and are implemented both for
2323

2424
## Installation
2525

26-
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.*:
26+
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.*:
2727

2828
```
2929
$ python -c "import torch; print(torch.__version__)"
@@ -33,7 +33,7 @@ $ echo $PATH
3333
>>> /usr/local/cuda/bin:...
3434
3535
$ echo $CPATH
36-
>>> /usr/local/cuda/install:...
36+
>>> /usr/local/cuda/include:...
3737
```
3838

3939
Then run:

0 commit comments

Comments
 (0)