diff --git a/docs/misc/distributions.txt b/docs/misc/distributions.txt
index c94c399..fe71f7f 100644
a
|
b
|
Mac OS X
|
84 | 84 | MacPorts |
85 | 85 | -------- |
86 | 86 | |
87 | | Django 0.96 can be installed via the `MacPorts`_ system. If you're using Python 2.4, |
88 | | type ``sudo port install py-django-devel``. For Python 2.5, type ``sudo port |
89 | | install py25-django-devel``. MacPorts can also be used to install a database, |
90 | | and the Python interface to your chosen database. |
| 87 | Django 1.0 can be installed via the `MacPorts`_ system. If you're using Python |
| 88 | 2.5, type ``sudo port install py25-django``. For Python 2.6, type ``sudo port |
| 89 | install py26-django``. MacPorts no longer offers Django packages for Python |
| 90 | versions 2.4 or older. MacPorts can also be used to install a database, and the |
| 91 | Python interface to your chosen database. |
91 | 92 | |
92 | 93 | .. _MacPorts: http://www.macports.org/ |
93 | 94 | |