Fixed #18186 -- Fixed ReportLab Web site links. Thanks pablog for the report and the initial patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17928 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Claude Paroz 2012-04-22 17:18:14 +00:00
parent bc8b9bd438
commit d93b2a8d8d
1 changed files with 8 additions and 2 deletions

View File

@ -14,14 +14,20 @@ For example, Django was used at kusports.com_ to generate customized,
printer-friendly NCAA tournament brackets, as PDF files, for people printer-friendly NCAA tournament brackets, as PDF files, for people
participating in a March Madness contest. participating in a March Madness contest.
.. _ReportLab: http://www.reportlab.org/oss/rl-toolkit/ .. _ReportLab: http://www.reportlab.com/software/opensource/rl-toolkit/
.. _kusports.com: http://www.kusports.com/ .. _kusports.com: http://www.kusports.com/
Install ReportLab Install ReportLab
================= =================
Download and install the ReportLab library from http://www.reportlab.org/oss/rl-toolkit/download/. Download and install the ReportLab library from
http://www.reportlab.com/software/opensource/rl-toolkit/download/.
The `user guide`_ (not coincidentally, a PDF file) explains how to install it. The `user guide`_ (not coincidentally, a PDF file) explains how to install it.
Alternatively, you can also install it with ``pip``:
.. code-block:: bash
$ sudo pip install reportlab
Test your installation by importing it in the Python interactive interpreter:: Test your installation by importing it in the Python interactive interpreter::