Skip to content

Commit fb708f1

Browse files
committed
doc: README.md mention rust installation
1 parent 3c0a452 commit fb708f1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,17 @@ Poetry is used to manage python dev-dependencies. After you [install](https://py
8484
poetry install
8585
```
8686

87+
This project also requires the nighly version of Rust.
88+
First you need to [install rustup](https://rustup.rs/).
89+
```bash
90+
rustup install nightly
91+
```
92+
93+
And you might need to set it as a default toolchain.
94+
```bash
95+
rustup default nightly
96+
```
97+
8798
### Precommit deployment
8899
To pass the basic lints you may want to install pre-push hook to
89100
pre-commit to be sure that CI won't fail in the first step.

0 commit comments

Comments
 (0)