From e101f1fcc938b9e487dc4df6127c7704a2deaa21 Mon Sep 17 00:00:00 2001 From: Vladimir Iakovlev Date: Mon, 13 Mar 2017 14:01:38 +0100 Subject: [PATCH] #220: Use `pip3 install --user` in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a06e3405..ecf5d4e6 100644 --- a/README.md +++ b/README.md @@ -106,13 +106,13 @@ On Ubuntu you can install `The Fuck` with: ```bash sudo apt update sudo apt install python3-dev python3-pip -sudo -H pip3 install thefuck +pip3 install --user thefuck ``` On other systems you can install `The Fuck` with `pip`: ```bash -sudo -H pip install thefuck +pip install --user thefuck ``` [Or using an OS package manager (OS X, Ubuntu, Arch).](https://github.com/nvbn/thefuck/wiki/Installation)