We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0a452 commit fb708f1Copy full SHA for fb708f1
1 file changed
README.md
@@ -84,6 +84,17 @@ Poetry is used to manage python dev-dependencies. After you [install](https://py
84
poetry install
85
```
86
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
95
+rustup default nightly
96
97
98
### Precommit deployment
99
To pass the basic lints you may want to install pre-push hook to
100
pre-commit to be sure that CI won't fail in the first step.
0 commit comments