From: Raphael Boidol Date: Sun, 1 May 2016 12:13:40 +0000 (+0200) Subject: Remove `sudo` command from documentation (fixes #543). X-Git-Tag: 2.9~27^2~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F577%2Fhead;p=thirdparty%2Fjinja.git Remove `sudo` command from documentation (fixes #543). Installations should be in a virtualenv. --- diff --git a/docs/intro.rst b/docs/intro.rst index e8c46789..e097718e 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -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.