diff -r c72d3bed8104 docs/topics/install.txt
a
|
b
|
|
170 | 170 | (Note that this should be run from a shell prompt, not a Python interactive |
171 | 171 | prompt.) |
172 | 172 | |
| 173 | Debian-based Linux distributions have separate ``site-packages`` directories |
| 174 | for user-installed packages, for example when you have installed Django |
| 175 | from a tarball instead of via the system's package manager. The command |
| 176 | listed above will give you the system's ``site-packages``, the user's |
| 177 | directory can be found in ``/usr/local/lib/`` instead of ``/usr/lib/``. |
| 178 | |
173 | 179 | .. _install-django-code: |
174 | 180 | |
175 | 181 | Install the Django code |