From 0e093a5911f0dd4e6e919c306359e41f9b98ccaf Mon Sep 17 00:00:00 2001 From: geo7 Date: Fri, 29 Mar 2024 22:45:47 +0000 Subject: [PATCH] Update getting-started.md (#4004) Missing word --- guide/src/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/getting-started.md b/guide/src/getting-started.md index ef9ca5254b8..59cf5ba6ded 100644 --- a/guide/src/getting-started.md +++ b/guide/src/getting-started.md @@ -33,7 +33,7 @@ You can read more about `pyenv`'s configuration options [here](https://github.co ### Building -There are a number of build and Python package management systems such as [`setuptools-rust`](https://github.com/PyO3/setuptools-rust) or [manually](./building-and-distribution.md#manual-builds). We recommend the use of `maturin`, which you can install [here](https://maturin.rs/installation.html). It is developed to work with PyO3 and provides the most "batteries included" experience, especially if you are aiming to publish to PyPI. `maturin` is just a Python package, so you can add it in the same you already install Python packages. +There are a number of build and Python package management systems such as [`setuptools-rust`](https://github.com/PyO3/setuptools-rust) or [manually](./building-and-distribution.md#manual-builds). We recommend the use of `maturin`, which you can install [here](https://maturin.rs/installation.html). It is developed to work with PyO3 and provides the most "batteries included" experience, especially if you are aiming to publish to PyPI. `maturin` is just a Python package, so you can add it in the same way you already install Python packages. System Python: ```bash