Skip to content

Commit

Permalink
add some information about lxml installation to README. Bump version …
Browse files Browse the repository at this point in the history
…to 0.5 (so pip won't complain about it not being a released version). Fixes issue #12.
  • Loading branch information
Wooble committed Apr 17, 2015
1 parent b2ebb14 commit 0bf1afc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ From `pypi <http://pypi.python.org/pypi/pycounter>`_:
From inside the source distribution:

python setup.py install

**About dependencies:** pycounter uses
`lxml <http://lxml.de/>`_, an XML parsing library with a C extension.
It requires libxml2 and libxslt to be installed to build correctly.
It may be helpful to install lxml manually before installing pycounter,
either with the Windows binary installers,
a linux distro package, or with macports or homebrew on OS X. See the
`lxml installation docs <http://lxml.de/installation.html>`_ for more
information.

Usage
-----
Expand Down
2 changes: 1 addition & 1 deletion pycounter/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5a3"
__version__ = "0.5"

0 comments on commit 0bf1afc

Please sign in to comment.