From 62c6c2553fa298f4d2e3416db11c0f1aac6dc3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Saltvik?= Date: Sat, 21 Sep 2013 01:31:48 +0200 Subject: [PATCH] readme --- README.rst | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index badfeda..6973407 100644 --- a/README.rst +++ b/README.rst @@ -7,14 +7,31 @@ A django shop example How to run ---------- +Linux +====== + :: git clone https://github.com/fivethreeo/django-shop-example.git cd django-shop-example - virtualenv shop_env # --system-site-pakages for PIL on windows + virtualenv shop_env source ./shop_env/bin/activate pip install -r requirements.txt - pip install PIL # if you did not use --system-site-pakages on Linux + pip install PIL python runtestserver.py + +Windows +======= +First make sure PIL is available. Then: + +:: + + git clone https://github.com/fivethreeo/django-shop-example.git + cd django-shop-example + virtualenv shop_env --system-site-pakages + shop_env\Scripts\activate.bat + pip install -r requirements.txt + python runtestserver.py + Point your browser to http://127.0.0.1:8080/