Ticket #10259: distributions-macports-update.diff

File distributions-macports-update.diff, 1.0 KB (added by Horst Gutmann <zerok@…>, 15 years ago)
  • docs/misc/distributions.txt

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