mirror of https://github.com/django/django.git
[1.6.x] Demoted "Installing a distribution-specific package" in install notes.
Backport of 281fc03474
from master
This commit is contained in:
parent
16f533b2a4
commit
3b1dc45602
|
@ -172,14 +172,6 @@ release, or fetching the latest development version.
|
|||
|
||||
It's easy, no matter which way you choose.
|
||||
|
||||
Installing a distribution-specific package
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Check the :doc:`distribution specific notes </misc/distributions>` to see if
|
||||
your platform/distribution provides official Django packages/installers.
|
||||
Distribution-provided packages will typically allow for automatic installation
|
||||
of dependencies and easy upgrade paths.
|
||||
|
||||
.. _installing-official-release:
|
||||
|
||||
Installing an official release with ``pip``
|
||||
|
@ -244,6 +236,15 @@ Installing an official release manually
|
|||
.. _bsdtar: http://gnuwin32.sourceforge.net/packages/bsdtar.htm
|
||||
.. _7-zip: http://www.7-zip.org/
|
||||
|
||||
Installing a distribution-specific package
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Check the :doc:`distribution specific notes </misc/distributions>` to see if
|
||||
your platform/distribution provides official Django packages/installers.
|
||||
Distribution-provided packages will typically allow for automatic installation
|
||||
of dependencies and easy upgrade paths; however, these packages will rarely
|
||||
contain the latest release of Django.
|
||||
|
||||
.. _installing-development-version:
|
||||
|
||||
Installing the development version
|
||||
|
|
Loading…
Reference in New Issue