aboutsummaryrefslogtreecommitdiffstats
path: root/docs/howto/setup.rst
diff options
context:
space:
mode:
authorTom Christie2011-06-02 13:34:23 +0100
committerTom Christie2011-06-02 13:34:23 +0100
commit5591a71a13d35b8d3eba747a880c6e213eaae111 (patch)
tree7196d42153f3e263d7f504dbacdb2d6ca967e89b /docs/howto/setup.rst
parentb50492853f537a2473bb0a9eea86c8b0ed6b8824 (diff)
downloaddjango-rest-framework-5591a71a13d35b8d3eba747a880c6e213eaae111.tar.bz2
updating docs for 0.2
Diffstat (limited to 'docs/howto/setup.rst')
-rw-r--r--docs/howto/setup.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/howto/setup.rst b/docs/howto/setup.rst
index e59ea90e..b4fbc037 100644
--- a/docs/howto/setup.rst
+++ b/docs/howto/setup.rst
@@ -3,6 +3,13 @@
Setup
=====
+Installing into site-packages
+-----------------------------
+
+If you need to manually install Django REST framework to your ``site-packages`` directory, run the ``setup.py`` script::
+
+ python setup.py install
+
Template Loaders
----------------