Ticket #4538: installing.2.diff
File installing.2.diff, 1.8 KB (added by , 17 years ago) |
---|
-
install.txt
105 105 ======================= 106 106 107 107 Installation instructions are slightly different depending on whether you're 108 using the latest official version or the latest development version. 108 installing a distribution-specific package, downloading the the latest official 109 release, or fetching the latest development version. 109 110 110 It's easy either way. 111 Installing a distribution-specific package 112 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 111 113 114 Check the `distribution specific notes`_ to see if your 115 platform/distribution provides official Django packages/installers. 116 Distribution-provided packages will typically allow for automatic 117 installation of dependancies and easy upgrade paths. 118 112 119 Installing the official version 113 120 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 114 121 115 1. Check the `distribution specific notes`_ to see if your 116 platform/distribution provides official Django packages/installers. 117 Distribution-provided packages will typically allow for automatic 118 installation of dependancies and easy upgrade paths. 122 1. Download the latest release from our `download page`_. 119 123 120 2. Download the latest release from our `download page`_.124 2. Untar the downloaded file (e.g. ``tar xzvf Django-NNN.tar.gz``). 121 125 122 3. Untar the downloaded file (e.g. ``tar xzvf Django-NNN.tar.gz``).126 3. Change into the downloaded directory (e.g. ``cd Django-NNN``). 123 127 124 4. Change into the downloaded directory (e.g. ``cd Django-NNN``).128 4. Run ``sudo python setup.py install``. 125 129 126 5. Run ``sudo python setup.py install``.127 128 130 The command will install Django in your Python installation's ``site-packages`` 129 131 directory. 130 132