Adding pythonize library as a dependency

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

cargo add pythonize

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

pythonize = "0.27.0"

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

Back to the crate overview.