Skip to content

Commit

Permalink
Update getting started guide to show --include-deps arg with pipx (#403
Browse files Browse the repository at this point in the history
…) (#404)
  • Loading branch information
aidemsined authored Mar 6, 2025
2 parents 271edb8 + f34080c commit f7cce03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ https://github.com/pyenv/pyenv
If you have `pipx` installed on your system, it can be used to simplify the above steps:

```bash
pipx install ttnn-visualizer
pipx install --include-deps ttnn-visualizer
ttnn-visualizer
```

Expand Down

0 comments on commit f7cce03

Please sign in to comment.