From aa24fb6704e891004f45d3bce7151561b405710a Mon Sep 17 00:00:00 2001 From: Pierre-Louis Peeters Date: Thu, 6 Aug 2015 13:49:29 +0200 Subject: [PATCH] Add psutil dependency --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index ab0d818..e19e0c0 100644 --- a/Installation.md +++ b/Installation.md @@ -29,7 +29,7 @@ sudo easy_install thefuck ```bash sudo apt-get install python-pip python-dev -sudo pip install thefuck +sudo pip install psutil thefuck ``` # Arch