Skip to content

Commit

Permalink
Recommend pipx for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
awdeorio committed Oct 24, 2024
1 parent 8b3024a commit 8c8b3b5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ A simple, command line mail merge tool.

## Quickstart
```console
$ pip install mailmerge
$ pipx install mailmerge
$ pipx ensurepath
$ mailmerge
```

Expand All @@ -32,12 +33,8 @@ $ mailmerge
## Install
System-wide install.
```console
$ pip install mailmerge
```

System-wide install requiring administrator privileges. Use this if you get a `Permission denied` error.
```console
$ sudo pip install mailmerge
$ pipx install mailmerge
$ pipx ensurepath
```

Fedora package install.
Expand Down

0 comments on commit 8c8b3b5

Please sign in to comment.