From ffba90c9dab0408774ee49edd10c35a0ab0b3b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Paiusco?= <2374887+Paiusco@users.noreply.github.com> Date: Thu, 16 May 2024 01:52:29 +0200 Subject: [PATCH] Add Arch installation and fix flags order (#1396) Co-authored-by: Jason Lam --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 23900338f6..4122265cd5 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,14 @@ pipx ensurepath sudo pipx ensurepath --global # optional to allow pipx actions with --global argument ``` +- Arch: + +``` +sudo pacman -S python-pipx +pipx ensurepath +sudo pipx ensurepath --global # optional to allow pipx actions with --global argument +``` + - Using `pip` on other distributions: ```