Skip to content

Commit

Permalink
Install extra text packages in doc hacking page
Browse files Browse the repository at this point in the history
Fix #552.
  • Loading branch information
liZe committed Jan 30, 2018
1 parent cd3e50f commit 67b0686
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/hacking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ install the `development version`_ of WeasyPrint:
cd WeasyPrint
virtualenv --system-site-packages env
. env/bin/activate
pip install pytest Sphinx -e .
pip install Sphinx -e .[test]
weasyprint --help
This will install WeasyPrint in “editable” mode
(which means that you don’t need to re-install it
every time you make a change in the source code)
as well as `py.test <http://pytest.org/>`_
as well as `pytest <http://pytest.org/>`_
and `Sphinx <http://sphinx.pocoo.org/>`_.

Lastly, in order to pass unit tests, your system must have two particular fonts:
Expand All @@ -43,7 +43,7 @@ The website version is updated automatically when we push to master on GitHub.
Code changes
------------

Use the ``py.test`` command from the ``WeasyPrint`` directory to run the
Use the ``pytest`` command from the ``WeasyPrint`` directory to run the
test suite.

Please report any bugs/feature requests and submit patches/pull requests
Expand Down

0 comments on commit 67b0686

Please sign in to comment.