From a27ba45a41036bbb0984106ded55f764a9a58834 Mon Sep 17 00:00:00 2001 From: Christopher McBride Date: Thu, 22 Jun 2023 17:20:29 -0400 Subject: [PATCH] tweak documentation verbiage --- doc/developer.rst | 2 +- doc/testing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/developer.rst b/doc/developer.rst index 55703f794..581769e4f 100644 --- a/doc/developer.rst +++ b/doc/developer.rst @@ -73,7 +73,7 @@ SmartSim, users can run multiple testing commands with the developer Makefile .. note:: -You must have the ``extras_require==dev`` dependencies installed in +You must have the extra dev dependencies installed in your python environment to execute tests. - Install smartsim with ``dev`` extension ``pip install -e .[dev]`` diff --git a/doc/testing.rst b/doc/testing.rst index 417a6af75..249752b93 100644 --- a/doc/testing.rst +++ b/doc/testing.rst @@ -25,7 +25,7 @@ level of the SmartSim directory:: .. note:: -You must have the ``extras_require==dev`` dependencies installed in +You must have the extra dev dependencies installed in your python environment to execute tests. Install ``dev`` dependencies with ``pip``