Boston Python Workshop/Friday handout/OS X 10.6 or 10.5: Difference between revisions

Content added Content deleted
(comment6,)
(comment4,)
Line 1:
comment6,
 
comment4,
== Download and install Django ==
 
* Open a Terminal and type:
 
cd /tmp/
curl -L http://www.djangoproject.com/download/1.2.5/tarball/ -o Django-1.2.5.tar.gz
tar zxvf Django-1.2.5.tar.gz
cd Django-1.2.5
sudo python setup.py install
 
== Make sure Django is working ==