Skip to content

Commit

Permalink
Merge pull request #1 from merwok/patch-1
Browse files Browse the repository at this point in the history
Recommend pip first to install
  • Loading branch information
mxsasha committed Jul 18, 2014
2 parents e05cbac + 7ce9747 commit deeb5b4
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 deeb5b4

Please sign in to comment.