Last active
June 26, 2017 21:21
-
-
Save trondhindenes/01cbcd3e3a98ff57fc00cc5fde97545a 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
sudo apt-get update | |
sudo apt-get install git python-setuptools python-dev sshpass libffi-dev libssl-dev make libxml2-dev libxslt1-dev acl build-essential -y | |
sudo easy_install pip | |
sudo pip install paramiko PyYAML jinja2 httplib2 requests lxml cssselect xmltodict sphinx | |
sudo pip install pywinrm | |
sudo pip install requests==2.13.0 | |
sudo pip install packaging | |
#In order to build docs: | |
sudo apt-get install asciidoc -y | |
sudo pip install sphinx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ansible prereqs for vanilla Ubuntu 14.04 LTS and Bash on Windows 10