From 5b7e11eec3947bae02bd2f95b55c7959f81e2e5e Mon Sep 17 00:00:00 2001 From: Dorian Lesbre Date: Tue, 19 Dec 2023 21:12:31 +0100 Subject: [PATCH] Add pipx tip to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ec1767c..2944fea 100644 --- a/README.md +++ b/README.md @@ -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) :