Setup Instructions - Weavebytesipl/FutureERP GitHub Wiki

1. pip requirements

Create a virtualenv and install all the dependencies

pip install -r requirements.txt

2. For Pillow related errors:

sudo apt-get install python-dev

sudo apt-get build-dep python-imaging

sudo apt-get install libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev

pip install pillow