Merge "Note that tox need python3-dev or python-dev"

This commit is contained in:
Zuul 2018-06-25 13:08:38 +00:00 committed by Gerrit Code Review
commit a64e080fd6
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ around the use of Python.
It describes the use of a Python virtual environment, the install of both
system and project-specific dependencies and, finally, running the tests.
.. note::
Make sure you have installed ``python3-dev`` or ``python-dev`` before running
these ``tox`` checks.
Virtual Environment
===================