From 326f92880f4894e379fc66c7693e928640473298 Mon Sep 17 00:00:00 2001 From: hartraft Date: Sat, 4 Jan 2020 01:29:42 +0100 Subject: [PATCH] Setuptools module needed for install --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 936f78f..5e15eb6 100644 --- a/Installation.md +++ b/Installation.md @@ -28,7 +28,7 @@ sudo easy_install thefuck :exclamation: Do not use `sudo easy_install pip`, it does not work on Ubuntu. ```bash -sudo apt install python3-dev python3-pip +sudo apt install python3-dev python3-pip python3-setuptools sudo pip3 install thefuck ```