From 29146ec301186ad366ec82bf43552ece6452ef04 Mon Sep 17 00:00:00 2001 From: Rocky Meza Date: Tue, 14 Apr 2015 10:46:33 -0600 Subject: [PATCH] Recommend installing from PyPI in quickstart. --- docs/tutorials/widgy-mezzanine-tutorial.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/tutorials/widgy-mezzanine-tutorial.rst b/docs/tutorials/widgy-mezzanine-tutorial.rst index f4f266920..8a0130b40 100644 --- a/docs/tutorials/widgy-mezzanine-tutorial.rst +++ b/docs/tutorials/widgy-mezzanine-tutorial.rst @@ -10,8 +10,7 @@ This quickstart assumes you wish to use the following packages: Install the Widgy package:: - cd widgy - pip install -e .[all] + pip install django-widgy[all] Add Mezzanine apps to ``INSTALLED_APPS``::