Skip to content

Instantly share code, notes, and snippets.

@jamesbeedy
Last active May 19, 2016 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesbeedy/085cd7a5ac4b82812f2f5576accc32f2 to your computer and use it in GitHub Desktop.
Save jamesbeedy/085cd7a5ac4b82812f2f5576accc32f2 to your computer and use it in GitHub Desktop.
#!/bin/bash
apt install python-dev python3-dev python3-pip python-pip libtiff5-dev libjpeg8-dev zlib1g-dev \
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk virtualenv
virtualenv -p python3 oscar
. ./oscar/bin/activate
pip install django-oscar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment