From 7ce97474af5e030ac978d359b5e0c1e29e5741d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Fri, 18 Jul 2014 13:02:10 -0400 Subject: [PATCH] Recommend pip first to install --- docs/installation.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 5969a88..98a9a25 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -2,11 +2,10 @@ Installation ============ -At the command line:: +At the command line, ideally in a virtualenv:: - $ easy_install django-random-filestorage + $ pip install django-random-filestorage -Or, if you have virtualenvwrapper installed:: +Or if you don't have a virtualenv or pip but only setuptools:: - $ mkvirtualenv django-random-filestorage - $ pip install django-random-filestorage \ No newline at end of file + $ easy_install django-random-filestorage