We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5728341 + c123ea3 commit 9656025Copy full SHA for 9656025
1 file changed
README.md
@@ -38,6 +38,9 @@ Or use the interactive shell:
38
Welcome to rustpython
39
>>>>> 2+2
40
4
41
+
42
+NOTE: For windows users, please set `RUSTPYTHONPATH` environment variable as `Lib` path in project directory.
43
+(e.g. When RustPython directory is `C:\RustPython`, set `RUSTPYTHONPATH` as `C:\RustPython\Lib`)
44
45
You can also install and run RustPython with the following:
46
0 commit comments