Those commands assume you are using linux. There is more information for Windows users over here: https://docs.djangoproject.com/en/1.3/topics/install/#installing-official-release
--Stuart On Jul 30, 1:41 am, Technical Writer <[email protected]> wrote: > Hello,all: > I am a technical writer here in China and right now I run into > troube installing Django onto my Windows operation system. I have > followed the steps in the instruction page at > (https://www.djangoproject.com/download/) with Python 2.7 installed. Then I > downloaded Django-1.3.tar.gz. and the instruction page tells me: > ------------------------------------------ > tar xzvf Django-1.3.tar.gz > cd Django-1.3 > sudo python setup.py install > ----------------------------------------------- > > How do I suppose to continue? Type in these words into Python shell? > But there is indication that the syntax is wrong . I am totally > confused here. Can anyone help? -- 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.

