Created
January 6, 2014 17:41
-
-
Save jmg/8286444 to your computer and use it in GitHub Desktop.
Creates a new django-shopify app using virtualenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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