Last active
February 7, 2016 16:34
-
-
Save apolloclark/2d4c1c7111e083b47a96 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# required distro packages | |
sudo apt-get -y install nmap curl libcurl3-dev rbenv libyaml-dev libxml2-dev libxslt-dev ruby1.9.1-dev | |
# Install Gauntlt | |
sudo gem install gauntlt | |
# install XMLLint, tidy | |
# @see http://datascienceatthecommandline.com/ | |
sudo apt-get install -y libxml2-utils tidy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment