Skip to content

Commit d93b2a8

Browse files
committed
Fixed django#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
1 parent bc8b9bd commit d93b2a8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/howto/outputting-pdf.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,20 @@ For example, Django was used at kusports.com_ to generate customized,
1414
printer-friendly NCAA tournament brackets, as PDF files, for people
1515
participating in a March Madness contest.
1616

17-
.. _ReportLab: http://www.reportlab.org/oss/rl-toolkit/
17+
.. _ReportLab: http://www.reportlab.com/software/opensource/rl-toolkit/
1818
.. _kusports.com: http://www.kusports.com/
1919

2020
Install ReportLab
2121
=================
2222

23-
Download and install the ReportLab library from http://www.reportlab.org/oss/rl-toolkit/download/.
23+
Download and install the ReportLab library from
24+
http://www.reportlab.com/software/opensource/rl-toolkit/download/.
2425
The `user guide`_ (not coincidentally, a PDF file) explains how to install it.
26+
Alternatively, you can also install it with ``pip``:
27+
28+
.. code-block:: bash
29+
30+
$ sudo pip install reportlab
2531

2632
Test your installation by importing it in the Python interactive interpreter::
2733

0 commit comments

Comments
 (0)