From e7a408a7f0342da1abcc3e4867c5ebcaa4abf4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sa=C5=82aban?= Date: Fri, 14 Feb 2020 11:51:56 +0100 Subject: [PATCH] Correct doc to use pytest from the venv --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 526b866..2d2f3d9 100644 --- a/README.rst +++ b/README.rst @@ -78,7 +78,7 @@ Development .. code-block:: bash - pip install -r requirements.txt -r test_requirements.txt + .venv/bin/pip install -r requirements.txt -r test_requirements.txt 4. Do your thing @@ -86,4 +86,4 @@ Development .. code-block:: bash - pytest + .venv/bin/pytest