Adding py_spy_testdata library as a dependency
Run this command in a terminal, in your project's directory:
cargo add py-spy-testdata
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
py-spy-testdata = "0.1.0"
The py_spy_testdata library will be automatically available globally.
Read the py_spy_testdata library documentation.