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