diff --git a/docs/misc/distributions.txt b/docs/misc/distributions.txt
index c94c399..b99c59a 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 | MacPorts_ offers Django for Python 2.5 and Python 2.6 within the py25-django |
| | 88 | and py26-django packages respectively. These Portfiles normally contain the |
| | 89 | latest stable release and also offer at least one installation-variant, so |
| | 90 | check the available options options using ``sudo port variants |
| | 91 | <package-name>``. |
| | 92 | |
| | 93 | If you're using Python 2.4 there also may or may not be a py-django package |
| | 94 | available. [At the time of writing, the py-django packages was still in the |
| | 95 | queue.] |
| 91 | 96 | |
| 92 | 97 | .. _MacPorts: http://www.macports.org/ |
| 93 | 98 | |