To set up a development environment, clone the repository and use tox to install pipdeptree in editable mode along with its test dependencies.
Note: The build uses Meson for editable installs and wheels. The native target invokes Cargo for dependency resolution and compilation via PyO3. Rust handles environment inspection, package data, dependency graphs, lock/index input, and rendering, while Python exposes the public API, notebook display hooks, and CLI output.
git clone https://github.com/tox-dev/pipdeptree.git
cd pipdeptree
tox run -e dev