Skip to content

Commit

Permalink
Merge pull request #35 from metakermit/update-py3-docs
Browse files Browse the repository at this point in the history
doc: update py3 requirements
  • Loading branch information
nigma authored Apr 16, 2017
2 parents 360f75c + 863514d commit ed89911
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ Quickstart
----------

1. Include ``django-easy-pdf``, ``xhtml2pdf>=0.0.6`` and ``reportlab>=2.7,<3``
in your ``requirements.txt`` file.
in your ``requirements.txt`` file. If you are on Python 3 you need to install
the latest version of Reportlab and the beta version of xhtml2pdf::

$ pip install --pre xhtml2pdf

2. Add ``easy_pdf`` to ``INSTALLED_APPS``.

Expand Down
5 changes: 5 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ to your ``requirements.txt`` file or install it directly from the command line b

$ pip install django-easy-pdf
$ pip install "xhtml2pdf>=0.0.6" "reportlab>=2.7,<3"

If you are on Python 3 you need to install the latest version of Reportlab
and the beta version of xhtml2pdf::

$ pip install --pre xhtml2pdf

0 comments on commit ed89911

Please sign in to comment.