On Tue, Jul 15, 2008 at 9:58 AM, Arien <[EMAIL PROTECTED]> wrote:
> On Tue, Jul 15, 2008 at 9:27 AM, Ralph <[EMAIL PROTECTED]> wrote:
>>
>> I'm trying to install django for the first time.
[...]
> What I do is this:
>
> 1. check out the svn version to some directory, for example
>   c:\svn\django-trunk.  From the command-line:
>
>   svn co http://code.djangoproject.com/svn/django/trunk/ c:\svn\django-trunk
>
>   (that should be one line)
>
> 2. create a file called django.pth in the site-packages directory and
>   enter the path of the directory you used in step 1.
>
> In your case you should end up with the file
>
>  C:\Python25\Lib\site-packages\django.pth
>
> which contains
>
>  c:\svn\django-trunk
>
> (or whatever path you used in step 1.)

Using TortoiseSVN, step 1 would be: select "SVN Checkout..." from the
context menu, fill in http://code.djangoproject.com/svn/django/trunk/
for URL of the repository and c:\svn\django-trunk (or whatever you
want to use) for the checkout directory.


Arien

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to