Added some spacing to doc/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@76 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
246402a233
commit
835240cf04
|
@ -49,7 +49,9 @@ Installing the development version
|
||||||
2. ``svn co http://code.djangoproject.com/svn/django/trunk/ django_src``
|
2. ``svn co http://code.djangoproject.com/svn/django/trunk/ django_src``
|
||||||
3. Symlink ``django_src/django`` so that ``django`` is within your Python
|
3. Symlink ``django_src/django`` so that ``django`` is within your Python
|
||||||
``site-packages`` directory:
|
``site-packages`` directory:
|
||||||
|
|
||||||
``ln -s django_src/django /usr/lib/python2.3/site-packages/django``
|
``ln -s django_src/django /usr/lib/python2.3/site-packages/django``
|
||||||
|
|
||||||
Change ``python2.3`` to match your current Python version.
|
Change ``python2.3`` to match your current Python version.
|
||||||
|
|
||||||
When you want to update your code, just run the command ``svn update`` from
|
When you want to update your code, just run the command ``svn update`` from
|
||||||
|
|
Loading…
Reference in New Issue