From 3920cb2a91f86bda739e66e0507d6764440920a8 Mon Sep 17 00:00:00 2001 From: Vladimir Iakovlev Date: Sat, 18 Apr 2015 21:08:11 +0200 Subject: [PATCH] #19 Add `easy_install` installation way close #19 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29f4093..0a4af7f 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,18 @@ git branch ## Installation -Install `The Fuck`: +Install `The Fuck` with `pip`: ```bash sudo pip install thefuck ``` +If it fails try to use `easy_install`: + +```bash +sudo easy_intall thefuck +``` + And add to `.bashrc` or `.zshrc`: ```bash