Added remark to set and export path to lib

This commit is contained in:
TheAnyKey
2020-04-27 13:11:17 -04:00
parent 0dd111a4ff
commit f343440ffd

View File

@@ -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!