From 62efb742fe2bef6463a0ee485c2b5885d9ce8261 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 3 Sep 2012 12:20:08 +0100 Subject: [PATCH] Update installation notes and credits --- index.html | 8 ++++++-- topics/credits.html | 5 +++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2e4fa53ff..c24a87103 100644 --- a/index.html +++ b/index.html @@ -155,16 +155,20 @@ margin-top: 5px;

The following packages are optional:

Installation

WARNING: These instructions will only become valid once this becomes the master version

-

Install using pip...

+

Install using pip, including any optional packages you want...

pip install djangorestframework
+pip install markdown  # Recommended if using the browseable API.
+pip install pyyaml    # Required for yaml content-type support.
 

...or clone the project from github.

git clone git@github.com:tomchristie/django-rest-framework.git
+cd django-rest-framework
 pip install -r requirements.txt
+pip install -r optionals.txt
 

Add djangorestframework to your INSTALLED_APPS.

INSTALLED_APPS = (
diff --git a/topics/credits.html b/topics/credits.html
index 443d9905b..039816681 100644
--- a/topics/credits.html
+++ b/topics/credits.html
@@ -126,6 +126,7 @@ margin-top: 5px;
             
@@ -175,6 +176,10 @@ margin-top: 5px;
  • Shawn Lewis
  • Many thanks to everyone who's contributed to the project.

    +

    Additional thanks

    +

    The documentation is built with Bootstrap and Markdown.

    +

    Project hosting is with GitHub.

    +

    Continuous integration testing is managed with Travis CI.

    Contact

    To contact the author directly: