Merge pull request #1253 from willingc/update-dep

Add minimal version and document check/update to README
This commit is contained in:
Windel Bouwman
2019-08-15 07:04:20 +02:00
committed by GitHub

View File

@@ -16,6 +16,10 @@ A Python-3 (CPython >= 3.5.0) Interpreter written in Rust :snake: :scream:
#### Check out our [online demo](https://rustpython.github.io/demo/) running on WebAssembly.
RustPython requires Rust 1.36 or higher.
To check Rust version: `rustc --version` If you wish to update,
`rustup update stable`.
To test RustPython, do the following:
$ git clone https://github.com/RustPython/RustPython