Skip to content

Commit

Permalink
adding doc links and test_suite
Browse files Browse the repository at this point in the history
  • Loading branch information
diadara committed Sep 18, 2013
1 parent 35344b3 commit 8778683
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ You will need to have pango and cairo installed on your system along with pycair
You will probably have them if you have pygtk on your system.

pycairo does not install in virtualenvs,so use you distributions package manger to
install pycairo or use pip to install pycairo system wide.
install pycairo or use pip to install pycairo system wide. Also try
installing pygtk if you can't find pycairo or pango in your distributions
repositories.

Run tests with python setup.pytest

You can find the documentaion [here](http://render.readthedocs.org/en/latest/).
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
packages=find_packages(),
include_package_data=True,
setup_requires=['setuptools-git'],
install_requires=['setuptools', 'hyphenation', 'pypdflib', 'pyquery'],
test_suite='tests',
install_requires=['setuptools', 'hyphenation', 'pypdflib', 'pyquery','PIL'],
zip_safe=False,
)

0 comments on commit 8778683

Please sign in to comment.