Skip to content

Commit b9a7f37

Browse files
committed
tweak doc
1 parent 1303b2c commit b9a7f37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ torch 1.6.0
6060

6161
### Graphviz for tsensor.astviz()
6262

63-
For displaying abstract syntax trees (ASTs) with `tsensor.astviz(...)`, then you need the `dot` executable from graphviz, not just the python library. On **Mac**, do this before or after tensor-sensor install:
63+
For displaying abstract syntax trees (ASTs) with `tsensor.astviz(...)`, then you need the `dot` executable from graphviz, not just the python library.
64+
65+
On **Mac**, do this before or after tensor-sensor install:
6466

6567
```
6668
brew install graphviz

0 commit comments

Comments
 (0)