Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add rustup udpate reminder
  • Loading branch information
Mallets authored Aug 10, 2023
1 parent 208d175 commit c05df4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c05df4d

Please sign in to comment.