From 8c80d846a191cc4096039f4b0e661fd40e95d943 Mon Sep 17 00:00:00 2001 From: David Awad Date: Mon, 23 Mar 2015 20:59:42 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index eb534009..8a057317 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,15 @@ except InstagramAPIError as e: if (e.status_code == 400): print "\nUser is set to private." ``` + +Trouble Shooting +------ + +If you get an error of a module not being defined during the Instagram import call, this might update a necessary package. +``` +sudo pip install --upgrade six +``` + Sample app ------ This repository includes a one-file sample app that uses the bottle framework and demonstrates