Skip to content

Commit 3e3dd98

Browse files
samuelophmfussenegger
authored andcommitted
README.md: Use python3 in the setup example
I wasn't fully aware of how the plugin worked so I assumed that the example in the README would setup python3 for me, as nobody uses python2 anymore (well, at least almost nobody :/).
1 parent 03fe959 commit 3e3dd98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ can install it manually using either:
6464
Or if installed globally:
6565

6666
```lua
67-
require("dap-python").setup("python")
68-
-- If using the above, then `python -m debugpy --version`
67+
require("dap-python").setup("python3")
68+
-- If using the above, then `python3 -m debugpy --version`
6969
-- must work in the shell
7070
```
7171

0 commit comments

Comments
 (0)