File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -56,19 +56,17 @@ AUR](https://aur.archlinux.org/packages/debugpy-run/).
56
56
Python 3.6 or later is required. Also, the Python
57
57
[ packaging] ( https://pypi.org/project/packaging/ ) module is required.
58
58
Note [ debugpy-run is on PyPI] ( https://pypi.org/project/debugpy-run/ ) so
59
- just ensure that ` python3-pip ` and ` python3-wheel ` are installed then
60
- type the following to install (or upgrade) :
59
+ just ensure that [ ` pipx ` ] ( https://pypa.github.io/pipx/ ) is installed
60
+ then type the following:
61
61
62
62
```
63
- $ sudo pip3 install -U debugpy-run
63
+ $ pipx install debugpy-run
64
64
```
65
65
66
- Or, to install from this source repository :
66
+ To upgrade :
67
67
68
68
```
69
- $ git clone http://github.com/bulletmark/debugpy-run
70
- $ cd debugpy-run
71
- $ sudo pip3 install -U .
69
+ $ pipx upgrade debugpy-run
72
70
```
73
71
74
72
## Procedure to Use
You can’t perform that action at this time.
0 commit comments