Skip to content

Commit 1303b2c

Browse files
committed
tweak doc
1 parent 6cef540 commit 1303b2c

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
@@ -60,13 +60,13 @@ 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
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:
6464

6565
```
6666
brew install graphviz
6767
```
6868

69-
On Windows, apparently you need
69+
On **Windows**, apparently you need
7070

7171
```
7272
conda install python-graphviz # Do this first; get's dot executable and py lib

0 commit comments

Comments
 (0)