Skip to content

Commit 3fce075

Browse files
committed
Add minimal version and document check/update
1 parent 49ed782 commit 3fce075

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ A Python-3 (CPython >= 3.5.0) Interpreter written in Rust :snake: :scream:
1616

1717
#### Check out our [online demo](https://rustpython.github.io/demo/) running on WebAssembly.
1818

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+
1923
To test RustPython, do the following:
2024

2125
$ git clone https://github.com/RustPython/RustPython

0 commit comments

Comments
 (0)