]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Remove `sudo` command from documentation (fixes #543). 577/head
authorRaphael Boidol <raphael.boidol@tngtech.com>
Sun, 1 May 2016 12:13:40 +0000 (14:13 +0200)
committerRaphael Boidol <raphael.boidol@tngtech.com>
Sun, 1 May 2016 12:13:40 +0000 (14:13 +0200)
Installations should be in a virtualenv.

docs/intro.rst

index e8c4678975b9ffbc7fc2e170b3e63a0942c27392..e097718e3d4597460eeef598a7f427099bdb9d72 100644 (file)
@@ -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.