diff --git a/README.md b/README.md index 3cc4d5c8cc..8afc59657c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ To test RustPython, do the following: $ git clone https://github.com/RustPython/RustPython $ cd RustPython + $ export RUSTPYTHONPATH=Lib $ cargo run demo.py Hello, RustPython!