#19 Add easy_install installation way

close #19
This commit is contained in:
Vladimir Iakovlev
2015-04-18 21:08:11 +02:00
parent e7777075dc
commit 3920cb2a91
+7 -1
View File
@@ -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