From 1c33d12c77d5184067fa122d871f656333bf5e9a Mon Sep 17 00:00:00 2001 From: mhostetter Date: Mon, 1 Jul 2024 16:46:36 -0400 Subject: [PATCH] Add `cargo` to additional package installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2a90b5..8fd547a 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ The Python bindings are generated using [pyo3](https://github.com/PyO3/pyo3). Some operating systems require additional packages to be installed. ``` -$ sudo apt install python3-dev +$ sudo apt install python3-dev cargo ``` [maturin](https://github.com/PyO3/maturin) is recommended for building the Python bindings in this crate.