Skip to content

Instantly share code, notes, and snippets.

@martin-kokos
Last active December 3, 2016 14:05
Show Gist options
  • Save martin-kokos/f3d8985757f329893813eda6d889d59e to your computer and use it in GitHub Desktop.
Save martin-kokos/f3d8985757f329893813eda6d889d59e to your computer and use it in GitHub Desktop.
Install python vikend prerequisites on clean Ubuntu
#!/usr/bin/bash
apt-get install python-setuptools python-dev build-essential libcurl4-openssl-dev libssl-dev
easy_install pip
pip install grab cssselect
python -c 'import grab; print(grab.Grab().go("kiwi.com").code)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment