Skip to content

Commit

Permalink
Update setup script and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nigma committed Jan 25, 2014
1 parent 795c247 commit d2fc479
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ to render PDFs in the backend outside the request scope
Quickstart
----------

1. Include ``django-easy-pdf`` in your ``requirements.txt`` file.
1. Include ``django-easy-pdf`` and ``git+https://github.com/chrisglass/xhtml2pdf.git``
in your ``requirements.txt`` file.

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

Expand Down
9 changes: 3 additions & 6 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
Installation
============

Add ``django-easy-pdf=<version>`` to your ``requirements.txt`` file or install
it directly from the command line by invoking::
Add ``django-easy-pdf=<version>`` and ``git+https://github.com/chrisglass/xhtml2pdf.git``
to your ``requirements.txt`` file or install it directly from the command line by invoking::

$ pip install django-easy-pdf

or::

$ easy_install django-easy-pdf
$ pip intalls git+https://github.com/chrisglass/xhtml2pdf.git
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
sphinx_rtd_theme>=0.1.5
Django>=1.6
git+https://github.com/chrisglass/xhtml2pdf.git
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
],
include_package_data=True,
install_requires=[
"django>=1.5.1",
"git+https://github.com/chrisglass/xhtml2pdf.git"
#"django>=1.5.1",
#"git+https://github.com/chrisglass/xhtml2pdf.git"
],
zip_safe=False,
keywords="django-easy-pdf",
Expand Down

0 comments on commit d2fc479

Please sign in to comment.