From 5517258b7d64f4e73abb313ddebb51b3dad18d1d Mon Sep 17 00:00:00 2001 From: Vladimir Iakovlev Date: Mon, 27 Apr 2015 07:43:03 +0200 Subject: [PATCH] Created Installation (markdown) --- Installation.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Installation.md diff --git a/Installation.md b/Installation.md new file mode 100644 index 0000000..04d3753 --- /dev/null +++ b/Installation.md @@ -0,0 +1,34 @@ +# Installation + +## Generic way + +You need to install requirements: +- pip +- python +- python-dev + +And then install `thefuck` with `pip`: + +```bash +sudo pip install thefuck +``` + +## OS X + +```bash +brew install thefuck +``` + +## Ubuntu + +```bash +sudo apt-get install python-pip python-dev +sudo pip install thefuck +``` + +## Arch + +```bash +sudo pacman -S thefuck +``` +