From 1c5396a1d31dddccf4a1f898732eaa89e20614a0 Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez Date: Sun, 7 Sep 2025 00:46:18 +0200 Subject: [PATCH] Remove `pipx` instructions from README pipx cannot be used to install applications, so these instructions do not work. Besides, `pipx install` does not have an `--upgrade` option. --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 3976ed4c..50b0118b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Install Supports python 3.7 or later. -- Installation option #1: install using uv (recommended): +- Recommended installation option: using uv: - Install uv (https://docs.astral.sh/uv/). @@ -24,18 +24,6 @@ Supports python 3.7 or later. - Anytime you upgrade Neovim, make sure to upgrade pynvim as well by re-running the above command. -- Installation option #2: install using pipx: - - - Install pipx (https://pipx.pypa.io/stable/). - - - Install pynvim (the `--upgrade` switch ensures installation of the latest - version): - - pipx install --upgrade pynvim - - - Anytime you upgrade Neovim, make sure to upgrade pynvim as well by - re-running the above command. - - Other installation options: - See [pynvim installation