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

Content added Content deleted
imported>Paulproteus
No edit summary
imported>Paulproteus
No edit summary
Line 20:
 
If this doesn't produce an error, congratulations! You have a successful install of git and you can move on to the next section.
 
== Django ==
 
* Open a Terminal and type:
 
cd /tmp/
wget http://www.djangoproject.com/download/1.2.5/tarball/
cd Django-1.2.5
sudo python setup.py install