Skip to content

Commit

Permalink
Add libunwind dependency note to readme (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Oct 12, 2024
1 parent e9e4564 commit 695e388
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ pip install py-spy
You can also download prebuilt binaries from the [GitHub Releases
Page](https://github.com/benfred/py-spy/releases).

If you're a Rust user, py-spy can also be installed with: ```cargo install py-spy```.
If you're a Rust user, py-spy can also be installed with: ```cargo install py-spy```. Note this
builds py-spy from source and requires `libunwind` on Linux and Window, e.g.,
`apt install libunwind-dev`.

On macOS, [py-spy is in Homebrew](https://formulae.brew.sh/formula/py-spy#default) and
can be installed with ```brew install py-spy```.
Expand Down

0 comments on commit 695e388

Please sign in to comment.