Changes between Version 27 and Version 28 of SetupOnTiger


Ignore:
Timestamp:
Sep 8, 2008, 4:19:00 AM (16 years ago)
Author:
Bess
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupOnTiger

    v27 v28  
    7777
    7878Darwin ports are available at http://darwinports.opendarwin.org/
     79
     80== Installation Django 1.0 (Mac OS X Leopard 10.5) ==
     81Written by Bess Ho 09.08.08
     82
     83OSX 10.5 includes Python 2.5 that support Django 1.0. Do not use Mac port to install Python2.5. Mac port Python 2.5 won't support Django 1.0.
     84
     85'''Get the latest official version'''
     86First, download Django-1.0.tar.gz. Then:
     87
     88tar xzvf Django-1.0.tar.gz
     89cd Django-1.0
     90sudo python setup.py install
     91
     92
Back to Top