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 +``` +