diff options
Diffstat (limited to 'cheat/.cheat/django-oscar')
-rw-r--r-- | cheat/.cheat/django-oscar | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/cheat/.cheat/django-oscar b/cheat/.cheat/django-oscar new file mode 100644 index 0000000..a4e00cd --- /dev/null +++ b/cheat/.cheat/django-oscar @@ -0,0 +1,17 @@ +#Dep for stretch: +- libpq-dev +- python3-dev + +# for mkvirtualenv +- virtualenvwrapper + +# DONT FORGET DO UPGRADE PIP !!!! +pip3 install -U setuptools pip + +mkvirtualenv --python=/usr/bin/python3 oscar + +# for pillow +- libjpeg-dev +pip3 install pillow + +sandbox/manage.py runserver 0.0.0.0:8000 |