Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand All @@ -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
Expand Down
Loading