Skip to content

Commit

Permalink
Include import hook in getting-started.md (#4198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheukting committed May 21, 2024
1 parent 3e4b3c5 commit 81ba9a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions guide/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## 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.

0 comments on commit 81ba9a8

Please sign in to comment.