We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e6cca commit 9bd7f18Copy full SHA for 9bd7f18
README.md
@@ -31,7 +31,7 @@ To build RustPython locally, first, clone the source code:
31
git clone https://github.com/RustPython/RustPython
32
```
33
34
-If on windows, run the following to fix the `Lib/` directory symlink:
+RustPython uses symlinks to manage python libraries in `Lib/`. If on windows, running the following helps:
35
```bash
36
git config core.symlinks true
37
0 commit comments