From 78583d384b63b71b98ffb495b660afc1f3f5f5b4 Mon Sep 17 00:00:00 2001 From: khalilfazal Date: Sun, 17 Apr 2016 19:20:39 -0400 Subject: [PATCH] added instructions to install lxml --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 71b3dc2..9da118b 100644 --- a/readme.md +++ b/readme.md @@ -5,8 +5,8 @@ Go to Google Bookmarks: https://www.google.com/bookmarks/ On the bottom left, click "Export bookmarks": https://www.google.com/bookmarks/bookmarks.html?hl=en Install script dependencies: -pip install simplekml +pip install simplekml lxml After downloading the html file, run this script on it to generate a KML file per bookmark label. -It's hacky and doesn't work on all of them, but it kinda works. \ No newline at end of file +It's hacky and doesn't work on all of them, but it kinda works.