When trying to use the console from windows I get a key error as described in this post on StackOverflow.
FIX:
Replace os.environ["HOME"] with os.path.expanduser('~') on line 90 in scripts/shopify_api.py
Proposed fix needs to be tested on Linux and Mac. Works on Windows 7 x64.