From cec8f7a150702d2414c30ff1f992a52b9aae3685 Mon Sep 17 00:00:00 2001 From: mayres Date: Sat, 26 Jan 2013 20:55:09 -0800 Subject: [PATCH] Update docs/index.md Thought I'd save someone else the time of figuring out how to upgrade to a new release. --- docs/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.md b/docs/index.md index 05c68b253..b5ab3675d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -74,6 +74,12 @@ If you're intending to use the browseable API you'll probably also want to add R Note that the URL path can be whatever you want, but you must include `'rest_framework.urls'` with the `'rest_framework'` namespace. +## Upgrade + +Upgrade to the latest release using `pip`, + + pip install djangorestframework --upgrade + ## Quickstart Can't wait to get started? The [quickstart guide][quickstart] is the fastest way to get up and running with REST framework.