Skip to content

Instantly share code, notes, and snippets.

@steezeburger
Last active September 5, 2017 15:52
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 steezeburger/e28ec806c19530daf367bcc0f31840ce to your computer and use it in GitHub Desktop.
Save steezeburger/e28ec806c19530daf367bcc0f31840ce to your computer and use it in GitHub Desktop.
# python stuff needed for csvkit (may already be installed)
sudo apt-get install python-dev python-pip python-setuptools build-essential
# install pip
sudo apt-get install python-pip
# csvkit (badass csv tools)
pip install csvkit
# jq (json tool)
sudo apt install jq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment