Add RUSTPYTHONPATH note for windows users.

This commit is contained in:
Jeong YunWon
2021-10-02 13:30:36 +09:00
committed by GitHub
parent 5728341a17
commit c123ea382e

View File

@@ -38,6 +38,9 @@ Or use the interactive shell:
Welcome to rustpython
>>>>> 2+2
4
NOTE: For windows users, please set `RUSTPYTHONPATH` environment variable as `Lib` path in project directory.
(e.g. When RustPython directory is `C:\RustPython`, set `RUSTPYTHONPATH` as `C:\RustPython\Lib`)
You can also install and run RustPython with the following: