Adding torsh_python library as a dependency

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

cargo add torsh-python

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

torsh-python = "0.1.0-rc.1"

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

Back to the crate overview.