Skip to content

Commit c62c7e3

Browse files
author
Jason Andrews
committed
remove sudo from pip instal on topdown tool install guide
1 parent 1b46ebc commit c62c7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/install-guides/topdown-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Install `topdown-tool` in `/usr/local/bin`:
9595

9696
```bash
9797
cd telemetry-solution/tools/topdown_tool
98-
sudo pip install -e .
98+
pip install -e .
9999
```
100100

101101
3. Confirm you can run `top-down` using the `version` command:

0 commit comments

Comments
 (0)