From e3e8c5228b333c26543fd019ab0913cd108d75eb Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Fri, 29 Nov 2013 19:58:29 +0100 Subject: [PATCH] Updated docs to use pypi since its on pypi :) --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8f9e25e..6c12cd7 100644 --- a/README.rst +++ b/README.rst @@ -42,9 +42,9 @@ Dpaste needs at least Django 1.4+ and is tested on Python 2.7 as well as Python 3.3. Install the latest dpaste release in your environment. This will install all -necessary dependencies of dpaste as well. +necessary dependencies of dpaste as well:: - pip install https://github.com/bartTC/dpaste + pip install dpaste Add `dpaste` and (preferred) `south` to your `INSTALLED_APPS`::