From 3fce075cc30ade11cac3b12621d8a8d82fb546ba Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Thu, 15 Aug 2019 10:48:45 +0900 Subject: [PATCH] Add minimal version and document check/update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 009135660..b28ba7133 100644 --- a/README.md +++ b/README.md @@ -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