On 7/22/06, Kevin Menard <[EMAIL PROTECTED]> wrote: > > On 7/22/06, Tyson Tate <[EMAIL PROTECTED]> wrote: > > > > Wait, Linux or XP? > > > > Regardless, you might want to read the documentation first: > > > > http://www.djangoproject.com/documentation/install/ > > Be sure to read the comments, too. There is some useful info in there > on how to set up the symlinks in Windows. > You can install django just like a standard third party module:
python setup.py install And django-admin.py will be automaticly installed in <pythoninstalldir>/Scripts And you may put <pythonintalldir> and <pythoninstalldir>/Scripts in PATH environment variable, so you can run python and django-admin.py directly in any directory of the dos command window. I think it's the easiest. -- I like python! My Blog: http://www.donews.net/limodou My Django Site: http://www.djangocn.org NewEdit Maillist: http://groups.google.com/group/NewEdit --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

