Skip to content

Commit

Permalink
Recommend pip first to install
Browse files Browse the repository at this point in the history
  • Loading branch information
merwok committed Jul 18, 2014
1 parent e05cbac commit 7ce9747
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
$ easy_install django-random-filestorage

0 comments on commit 7ce9747

Please sign in to comment.