From ce211bd45874ed62856c56ee9266336c307e3170 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Wed, 11 Mar 2026 10:22:59 +0000 Subject: [PATCH] Add quotes --- doc/developer.build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer.build.rst b/doc/developer.build.rst index d50c9c36d..5f4b86c6d 100644 --- a/doc/developer.build.rst +++ b/doc/developer.build.rst @@ -188,7 +188,7 @@ Use `pip` to install from the **root directory of the source tree**: python -m venv venv source venv/bin/activate - python -m pip install .[test,doc] + python -m pip install ".[test,doc]" .. tip::