From 081b39e04da4f01c0e3e0b9eef89e2806aadbb5a Mon Sep 17 00:00:00 2001 From: chenxing Date: Thu, 7 Jun 2018 20:00:13 +0800 Subject: [PATCH] Note that tox need python3-dev or python-dev Change-Id: Id4b2dca232567c7b26085504f12110fb5bc37697 Closes-Bug: #1774477 --- doc/source/project-setup/python.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/project-setup/python.rst b/doc/source/project-setup/python.rst index 2fd90a5..0abc83d 100644 --- a/doc/source/project-setup/python.rst +++ b/doc/source/project-setup/python.rst @@ -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 ===================