.. _ctypes: http://python.net/crew/theller/ctypes/
+If you wish to use the ``PackageLoader`` class, you will also need `distribute`_
+(formerly known as setuptools) installed at runtime.
+
Installation
------------
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
+(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
2. Unpack the tarball
3. ``sudo python setup.py install``
-Note that you either have to have setuptools or `distribute`_ installed,
+Note that you either have to have setuptools or `distribute`_ installed;
the latter is preferred.
This will install Jinja2 into your Python installation's site-packages directory.
By default Jinja2 will not compile the debug support module. Enabling this
will fail if you don't have the Python headers or a working compiler. This
-is often the case if you are installing Jinja2 from a windows machine.
+is often the case if you are installing Jinja2 from a Windows machine.
Because the debug support is only necessary for Python 2.4 you will not
have to do this unless you run 2.4::