Skip to content

Commit

Permalink
Add pipx tip to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed Dec 19, 2023
1 parent 143be97 commit 5b7e11e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,16 @@ btac --version
python3 -m bibtexautocomplete --version
```

**Note:** `pip` no longer allows installing scripts globally in systems with other
package managers (like most Linux distros). You can install the script locally in
a [virtual environment](https://docs.python.org/3/library/venv.html) or globally
using [pipx](https://pipx.pypa.io/stable/):

```console
sudo apt install pipx
pipx install bibtexautocomplete
```

### Dependencies

This package has two dependencies (automatically installed by pip) :
Expand Down

0 comments on commit 5b7e11e

Please sign in to comment.