--editable=git+git://github.com/ashwoods/django-labjs.git is not the right format; it must have #egg=Package
Storing complete log in /root/.pip/pip.log
The correct command is: pip install -e git+git://github.com/ashwoods/django-labjs#egg=django-labjs
When I tried to install your package with pip command from README, it showed following error:
pip install -e git+git://github.com/ashwoods/django-labjs.git
--editable=git+git://github.com/ashwoods/django-labjs.git is not the right format; it must have #egg=Package Storing complete log in /root/.pip/pip.log
The correct command is: pip install -e git+git://github.com/ashwoods/django-labjs#egg=django-labjs