mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Merge pull request #1253 from willingc/update-dep
Add minimal version and document check/update to README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user