It's as simple as creating a virtualenv and installing the package:
pip install -e [email protected]:linovia/drf-demo.git#egg=drf_demo-master
Then you can start the example server with:
python manage.py runserver
Finally you'll point your browser to http://localhost:8000/ and enjoy !