From 6de0419b06d440a5ae9334b6fb1d3e23266d1a0b Mon Sep 17 00:00:00 2001 From: Max Fischer Date: Sat, 23 Mar 2024 08:54:36 +0100 Subject: [PATCH] code formatting --- docs/source/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst index cc092a8..ea7f781 100644 --- a/docs/source/contributing.rst +++ b/docs/source/contributing.rst @@ -33,8 +33,8 @@ the extras ``test`` and ``doc``, respectively. .. note:: Ideally you develop with the repository checked out locally and a separate `Python venv`_. - If you have the venv active and the current working directory is the repository root, - run `python -m pip install -e '.[test,typetest,doc]'` to install all dependencies. + If you have the venv active and are at the repository root, + run ``python -m pip install -e '.[test,typetest,doc]'`` to install all dependencies. .. _`GitHub Fork and Pull Request`: https://guides.github.com/activities/forking/ .. _`Python venv`: https://docs.python.org/3/library/venv.html