Skip to content

Commit 3753dd9

Browse files
committed
Should install with pipx instead of pip
1 parent 32f4dae commit 3753dd9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,17 @@ AUR](https://aur.archlinux.org/packages/debugpy-run/).
5656
Python 3.6 or later is required. Also, the Python
5757
[packaging](https://pypi.org/project/packaging/) module is required.
5858
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:
6161

6262
```
63-
$ sudo pip3 install -U debugpy-run
63+
$ pipx install debugpy-run
6464
```
6565

66-
Or, to install from this source repository:
66+
To upgrade:
6767

6868
```
69-
$ git clone http://github.com/bulletmark/debugpy-run
70-
$ cd debugpy-run
71-
$ sudo pip3 install -U .
69+
$ pipx upgrade debugpy-run
7270
```
7371

7472
## Procedure to Use

0 commit comments

Comments
 (0)