Changeset 753
- Timestamp:
- 09/30/05 17:05:44 (3 years ago)
- Files:
-
- django/trunk/docs/outputting_pdf.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/outputting_pdf.txt
r752 r753 23 23 The `user guide`_ (not coincidentally, a PDF file) explains how to install it. 24 24 25 Test your installation by typing thisin the Python interactive interpreter::25 Test your installation by importing it in the Python interactive interpreter:: 26 26 27 import reportlab27 >>> import reportlab 28 28 29 29 If that command doesn't raise any errors, the installation worked.
