Skip to content

Instantly share code, notes, and snippets.

@nickestrand
Created November 18, 2016 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickestrand/9efc13717998dbf8f0192d12ac8f7fe2 to your computer and use it in GitHub Desktop.
Save nickestrand/9efc13717998dbf8f0192d12ac8f7fe2 to your computer and use it in GitHub Desktop.
How to install “howdoi” on your Linux Machine
# First of all, you need to install some libraries..
sudo apt-get install libxml2-dev libxslt-dev python-dev lib32z1-dev
# Install PIP if not already installed
sudo apt-get install python-pip
# install "howdoi" using pip
sudo pip install howdoi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment