= Third-party distributions of Django = Many third-party distributors are now providing versions of Django integrated with their package-management systems. These can make installation and upgrading much easier for users of Django since the integration includes the ability to automatically install dependencies (like database adapters) that Django requires. Typically, these packages are based on the latest stable release of Django, so if you want to use the development version of Django you’ll need to follow the instructions for installing the development version from our Subversion repository. == FreeBSD == The FreeBSD ports system offers both Django 0.96 (py-django) and a more recent, but not current, version based on Django’s trunk (py-django-devel). These are installed in the normal FreeBSD way; for Django 0.96, for example, type: cd /usr/ports/www/py-django && sudo make install clean. == Linux distributions == === Debian === [http://packages.debian.org/search?searchon=names&keywords=python-django all Debian releases], see the [http://www.debian.org/doc/user-manuals#apt-howto APT HOWTO] for instructions === Fedora === [https://admin.fedoraproject.org/pkgdb/packages/name/Django Package] === Gentoo === [http://packages.gentoo.org/package/django Package] === RPM Based Distributions === [http://rpmfind.net/linux/rpm2html/search.php?query=django from rpmfind.net] === Ubuntu === [http://packages.ubuntu.com/search?searchon=names&keywords=python-django all Ubuntu releases], see also [https://help.ubuntu.com/ Ubuntu documentation] on "Adding and Removing Software" == Mac OS X == === MacPorts === Django 0.96 can be installed via the MacPorts system. If you’re using Python 2.4, type sudo port install py-django-devel. For Python 2.5, type sudo port install py25-django-devel. MacPorts can also be used to install a database, and the Python interface to your chosen database.