From c05df4ddc26bad87c48a92dc694c2246ad1bb29c Mon Sep 17 00:00:00 2001 From: Luca Cominardi Date: Thu, 10 Aug 2023 09:36:59 +0200 Subject: [PATCH] Update README.md Add rustup udpate reminder --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b900591b..e9ab14e6 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,11 @@ Requirements: * Python >= 3.7 * pip >= 19.3.1 * (Optional) A Python virtual environment (for instance [virtualenv](docs.python.org/3.10/tutorial/venv.html) or [miniconda](https://docs.conda.io/en/latest/miniconda.html)) - * [Rust and Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html). + * [Rust and Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html). If you already have the Rust toolchain installed, make sure it is up-to-date with: + + ```bash + $ rustup update + ``` Steps: * Install developments requirements: