From 566af729c59d0741090e774af599b8c38b9a41b7 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Wed, 8 Jun 2022 08:19:21 +0800 Subject: [PATCH] docs: update pytest installation --- docs/en/contribute/esp-idf-tests-with-pytest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/contribute/esp-idf-tests-with-pytest.rst b/docs/en/contribute/esp-idf-tests-with-pytest.rst index 621f4d878c..74d7c9d2d8 100644 --- a/docs/en/contribute/esp-idf-tests-with-pytest.rst +++ b/docs/en/contribute/esp-idf-tests-with-pytest.rst @@ -22,7 +22,7 @@ All the introduced concepts and usages are based on the default behavior in ESP- Installation ------------ -``$ pip install -U pytest-embedded-serial-esp~=0.7.0 pytest-embedded-idf~=0.7.0`` +All dependencies could be installed by running the install script with the ``--enable-pytest`` argument, e.g. ``$ install.sh --enable-pytest``. Basic Concepts --------------