Changeset 5676
- Timestamp:
- 07/12/07 09:41:32 (1 year ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r5542 r5676 110 110 111 111 Installation instructions are slightly different depending on whether you're 112 using the latest official version or the latest development version. 112 installing a distribution-specific package, downloading the the latest official 113 release, or fetching the latest development version. 113 114 114 It's easy either way.115 It's easy, no matter which way you choose. 115 116 116 Installing the official version117 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 117 Installing a distribution-specific package 118 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 118 119 119 1.Check the `distribution specific notes`_ to see if your120 platform/distribution provides official Django packages/installers.121 Distribution-provided packages will typically allow for automatic122 installation of dependancies and easy upgrade paths.120 Check the `distribution specific notes`_ to see if your 121 platform/distribution provides official Django packages/installers. 122 Distribution-provided packages will typically allow for automatic 123 installation of dependancies and easy upgrade paths. 123 124 124 2. Download the latest release from our `download page`_. 125 Installing an official release 126 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 125 127 126 3. Untar the downloaded file (e.g. ``tar xzvf Django-NNN.tar.gz``).128 1. Download the latest release from our `download page`_. 127 129 128 4. Change into the downloaded directory (e.g. ``cd Django-NNN``).130 2. Untar the downloaded file (e.g. ``tar xzvf Django-NNN.tar.gz``). 129 131 130 5. Run ``sudo python setup.py install``. 132 3. Change into the downloaded directory (e.g. ``cd Django-NNN``). 133 134 4. Run ``sudo python setup.py install``. 131 135 132 136 The command will install Django in your Python installation's ``site-packages``
