ubuntu
12.04
14.04
Reference http://stackoverflow.com/a/18490935/2037928
Login as root
Install needed packages
apt-get -y install build-essential zlib1g-dev libssl-dev libreadline6-dev libyaml-dev
ubuntu
12.04
14.04
Reference http://stackoverflow.com/a/18490935/2037928
Login as root
Install needed packages
apt-get -y install build-essential zlib1g-dev libssl-dev libreadline6-dev libyaml-dev
This playbook has been removed as it is now very outdated. |
# Twitter's Trends API has been in flux since Feburary 2011 when Mining the Social Web was published | |
# and unfortunately, this is causing some confusion in the earliest examples. | |
# See also https://dev.twitter.com/docs/api/1/get/trends | |
# Note that the twitter package that's being imported is from https://github.com/sixohsix/twitter | |
# If you have first done an "easy_install pip" to get pip, you could easily install the latest | |
# version directly from GitHub as follows: | |
# $ pip install -e git+http://github.com/sixohsix/twitter.git#egg=github-pip-install | |