> - download the tar file > - extract to a dir c:\django-1.1.1 > - run "python setup.py install" > > Can I now delete the c:\django-1.1.1 dir? (it seems like all the > necessary files have been copied over to the python site library dir. > Or, is there something that I may still need in the c:\django-1.1.1 > dir?
Yes, you can safely do that. You can also keep it as reading the source files is a great way to learn a few tricks and techniques and it's a bit easier than digging in python's site-packages :) Cheers Jirka -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.