mirror of
https://github.com/Hopiu/django.git
synced 2026-05-05 14:14:43 +00:00
Small tweak to docs/outputting_pdf.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@753 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a0595851b6
commit
53581d6d8d
1 changed files with 2 additions and 2 deletions
|
|
@ -22,9 +22,9 @@ Install ReportLab
|
|||
Download and install the ReportLab library from http://www.reportlab.org/downloads.html
|
||||
The `user guide`_ (not coincidentally, a PDF file) explains how to install it.
|
||||
|
||||
Test your installation by typing this in the Python interactive interpreter::
|
||||
Test your installation by importing it in the Python interactive interpreter::
|
||||
|
||||
import reportlab
|
||||
>>> import reportlab
|
||||
|
||||
If that command doesn't raise any errors, the installation worked.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue