Skip to content

Commit

Permalink
Remove sudo command from documentation (fixes pallets#543).
Browse files Browse the repository at this point in the history
Installations should be in a virtualenv.
  • Loading branch information
boidolr committed May 1, 2016
1 parent f9601c9 commit e064e0e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/intro.rst
Expand Up @@ -36,15 +36,12 @@ You can install the most recent Jinja2 version using `easy_install`_ or `pip`_::
This will install a Jinja2 egg in your Python installation's site-packages
directory.

(If you are installing from the Windows command line omit the `sudo` and make
sure to run the command as user with administrator rights)

From the tarball release
~~~~~~~~~~~~~~~~~~~~~~~~~

1. Download the most recent tarball from the `download page`_
2. Unpack the tarball
3. ``sudo python setup.py install``
3. ``python setup.py install``

Note that you either have to have `setuptools` or `distribute` installed;
the latter is preferred.
Expand Down

0 comments on commit e064e0e

Please sign in to comment.