Skip to content

Commit

Permalink
Add the lxml installation in doc for Windows
Browse files Browse the repository at this point in the history
Fix #370.
  • Loading branch information
liZe committed Oct 21, 2016
1 parent efa0b0a commit 88f961c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,11 @@ Windows

- reboot,
- install `Visual C++ compiler for Python 2.7 <http://aka.ms/vcpython27>`_,
- download `lxml <http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml>`_:

- "lxml-x.x.x-cp27-cp27m-win32.whl" on Windows 32 bit,
- "lxml-x.x.x-cp27-cp27m-win_amd64.whl" on Windows 64 bit,

- install lxml with ``python -m pip install path/to/lxml-xxx.whl``
- install WeasyPrint with ``python -m pip install weasyprint``,
- test with ``python -m weasyprint http://weasyprint.org weasyprint.pdf``.

0 comments on commit 88f961c

Please sign in to comment.