From eab0927e3337a9f86b5dcab1867b4b99373a168b Mon Sep 17 00:00:00 2001 From: Claudio Jolowicz Date: Sat, 13 Mar 2021 15:55:47 +0100 Subject: [PATCH] Improve Contributor Guide section about development setup --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 186cfe53..d88b9ea2 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -52,12 +52,12 @@ Install the package with development requirements: $ poetry install You can now run an interactive Python session, -or the command-line interface: +or Nox with nox-poetry: .. code:: console $ poetry run python - $ poetry run nox-poetry + $ poetry run nox .. _Poetry: https://python-poetry.org/