Skip to content

Instantly share code, notes, and snippets.

@glw
Created July 3, 2014 21:09
Show Gist options
  • Save glw/35adfa341d4175b50836 to your computer and use it in GitHub Desktop.
Save glw/35adfa341d4175b50836 to your computer and use it in GitHub Desktop.
installing pykml on Ubuntu 12.04
sudo apt-get install libxml2-dev libxslt1-dev python-dev
sudo pip install lxml
sudo pip install pykml
sudo apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment