Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
szagoruyko committed Jan 31, 2018
1 parent 232c985 commit d3d5909
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -5,6 +5,14 @@ A small package to create visualizations of PyTorch execution graphs and traces.

## Installation

Install graphviz, e.g.:

```
brew install graphviz
```

Install the package itself:

```
pip install git+https://github.com/szagoruyko/pytorchviz
```
Expand Down

0 comments on commit d3d5909

Please sign in to comment.