[Solved]-Is it possible to install django beta with pip?

17👍

pip install svn+http://code.djangoproject.com/svn/django/trunk/#egg=django

github repository:

pip install git+git://github.com/django/django.git@1.5c1

3👍

Pip docs: Installing from a VCS

pip install -e svn+http://code.djangoproject.com/svn/django/trunk/#egg=Django
👤j_syk

Leave a comment