We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3057e15 commit 4b3f5f8Copy full SHA for 4b3f5f8
README.md
@@ -28,6 +28,12 @@ From inside that directory you can:
28
- Get the latest development release by running `git pull` to download the
29
latest changes.
30
31
+💡 **WSL note:** If you're using WSL, we recommend setting Git to use Unix-style line endings to prevent script execution errors:
32
+
33
+```sh
34
+git config --global core.autocrlf input
35
+```
36
37
1. **Check out pyenv-virtualenv into plugin directory**
38
39
```bash
0 commit comments