From e7841a4d7c93ea2e0deecd5923b75a20e6293a4a Mon Sep 17 00:00:00 2001 From: qudade <7327644+qudade@users.noreply.github.com> Date: Mon, 28 Sep 2020 07:01:11 +0200 Subject: [PATCH] Replaced `pipsi` by `pipx` in pip description (pipsi is no longer maintained) --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index ea7d938..7b420bc 100644 --- a/Plugins.md +++ b/Plugins.md @@ -14,7 +14,7 @@ | [ghq](https://github.com/klane/dotbot-ghq) | Clone remote repositories with [ghq](https://github.com/motemen/ghq) | | [go](https://github.com/delicb/dotbot-golang) | Install and update GoLang packages | | [pacaur](https://github.com/ajlende/dotbot-pacaur) | Install and upgrade pacman and AUR packages with pacaur | -| [pip](https://github.com/sobolevn/dotbot-pip) | Install pip and pipsi dependencies | +| [pip](https://github.com/sobolevn/dotbot-pip) | Install pip dependencies with pipx | | [quicklisp](https://gitlab.com/RoGryza/dotbot-quicklisp) | Install quicklisp packages | | [rust](https://github.com/alexcormier/dotbot-rust) | Install Rust, rustup components, and other Rust software using Cargo | | [stow](https://github.com/timbedard/dotbot-stow) | Link files and directories with [GNU Stow](https://www.gnu.org/software/stow/) |