From 5435082f2acd0fdcc0e6cafe17e395e07eb13fde Mon Sep 17 00:00:00 2001 From: Nils K <24257556+septatrix@users.noreply.github.com> Date: Thu, 1 Jul 2021 16:35:51 +0200 Subject: [PATCH] Prefer user wide installation without root permissions --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 518f2d1..f7e59a4 100644 --- a/Installation.md +++ b/Installation.md @@ -8,7 +8,7 @@ You need to install requirements: And then install `thefuck` with `pip`: ```bash -sudo -H pip install thefuck +pip install --user thefuck ``` # OS X