Include import hook in getting-started.md (#4198)

This commit is contained in:
Cheuk Ting Ho 2024-05-21 19:24:06 +01:00 committed by GitHub
parent 3e4b3c5c52
commit 81ba9a8cd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -176,3 +176,7 @@ $ python
``` ```
For more instructions on how to use Python code from Rust, see the [Python from Rust](python-from-rust.md) page. For more instructions on how to use Python code from Rust, see the [Python from Rust](python-from-rust.md) page.
## Maturin Import Hook
In development, any changes in the code would require running `maturin develop` before testing. To streamline the development process, you may want to install [Maturin Import Hook](https://github.com/PyO3/maturin-import-hook) which will run `maturin develop` automatically when the library with code changes is being imported.