Skip to content

Instantly share code, notes, and snippets.

@jmg
Created January 6, 2014 17:41
Show Gist options
  • Save jmg/8286444 to your computer and use it in GitHub Desktop.
Save jmg/8286444 to your computer and use it in GitHub Desktop.
Creates a new django-shopify app using virtualenv
virtualenv env
source env/bin/activate
pip install django==1.4.10 #Replace this for the django version you want
pip install django-shopify
start_shopify_app testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment