Named after Oscar Peterson (http://en.wikipedia.org/wiki/Oscar_Peterson), oscar is a Django implementation of Taoshop (a product from Tangent Labs). It’s fairly experimental at the moment.
Do the following from your workspace folder:
mkdir oscar
cd oscar
mkvirtualenv --no-site-packages oscar
After download your fork, install all dependencies:
pip install -r requirements.txt