ashwoods / django-labjs

Other
8 stars 2 forks source link

Incorrect pip install command #4

Open jpiabrantes opened 11 years ago

jpiabrantes commented 11 years ago

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