Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is it possible to install django beta with pip?

Tags:

django

I've tried a few variants of

pip install django==1.4b1 -E canvas

in an attempt to install the beta the easy way.

is there a way to do it?

or do i just have to swallow the pain of downloading and unzipping.

like image 297
bytejunkie Avatar asked Feb 22 '12 20:02

bytejunkie


1 Answers

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

github repository:

pip install git+git://github.com/django/[email protected]
like image 119
Chris Pratt Avatar answered Oct 06 '22 19:10

Chris Pratt