Skip to content

Commit 8c8b3b5

Browse files
committed
Recommend pipx for installation
1 parent 8b3024a commit 8c8b3b5

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ A simple, command line mail merge tool.
2323

2424
## Quickstart
2525
```console
26-
$ pip install mailmerge
26+
$ pipx install mailmerge
27+
$ pipx ensurepath
2728
$ mailmerge
2829
```
2930

@@ -32,12 +33,8 @@ $ mailmerge
3233
## Install
3334
System-wide install.
3435
```console
35-
$ pip install mailmerge
36-
```
37-
38-
System-wide install requiring administrator privileges. Use this if you get a `Permission denied` error.
39-
```console
40-
$ sudo pip install mailmerge
36+
$ pipx install mailmerge
37+
$ pipx ensurepath
4138
```
4239

4340
Fedora package install.

0 commit comments

Comments
 (0)