Adding tree_sitter_python_orchard library as a dependency

Run this command in a terminal, in your project's directory:

cargo add tree-sitter-python-orchard

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

tree-sitter-python-orchard = "0.4.2"

The tree_sitter_python_orchard library will be automatically available globally. Read the tree_sitter_python_orchard library documentation.

Back to the crate overview.