document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. sudo apt-get install python-pip
  2.  
  3. sudo apt-get install git (Debian-based system)
  4.  
  5. sudo pip install docopt pygments
  6. git clone https://github.com/chrisallenlane/cheat.git
  7. cd cheat
  8. sudo python setup.py install
  9.  
  10. wget https://github.com/chrisallenlane/cheat/raw/master/cheat/autocompletion/cheat.bash
  11.  
  12. sudo cp cheat.bash /etc/bash_completion.d/
');