Skip to content

Commit

Permalink
README.md: Use python3 in the setup example
Browse files Browse the repository at this point in the history
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 :/).
  • Loading branch information
samueloph authored and mfussenegger committed Oct 24, 2024
1 parent 03fe959 commit 3e3dd98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ can install it manually using either:
Or if installed globally:

```lua
require("dap-python").setup("python")
-- If using the above, then `python -m debugpy --version`
require("dap-python").setup("python3")
-- If using the above, then `python3 -m debugpy --version`
-- must work in the shell
```

Expand Down

0 comments on commit 3e3dd98

Please sign in to comment.