We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ed782 commit 3fce075Copy full SHA for 3fce075
1 file changed
README.md
@@ -16,6 +16,10 @@ A Python-3 (CPython >= 3.5.0) Interpreter written in Rust :snake: :scream:
16
17
#### Check out our [online demo](https://rustpython.github.io/demo/) running on WebAssembly.
18
19
+RustPython requires Rust 1.36 or higher.
20
+To check Rust version: `rustc --version` If you wish to update,
21
+`rustup update stable`.
22
+
23
To test RustPython, do the following:
24
25
$ git clone https://github.com/RustPython/RustPython
0 commit comments