Skip to content

Commit

Permalink
adding pytest to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gus0k committed Nov 19, 2019
1 parent 6ddbc86 commit b4460e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Installing from source requires additional dependencies:
$ apt-get install --yes libfreetype6-dev
$ apt-get install --yes libpng12-dev
$ python -m pip install 'setuptools>=27.3' --user
$ python -m pip install pytest
Once you have a copy of the source, you can install it with:
Expand All @@ -95,5 +96,5 @@ If the project was installed from source, in the main directory of the project r

.. code-block:: console
pytest
$ python -m pytest

0 comments on commit b4460e0

Please sign in to comment.