From f885bf5bf7febaf378412f0185bb1cf042387833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20G=C3=B6ller?= <61782325+LelViLamp@users.noreply.github.com> Date: Fri, 14 Apr 2023 15:16:23 +0200 Subject: [PATCH] fix pip install for CBC pygamma-agreement[CBC] needs to be enclosed in quotes --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index b336a07..1f23d16 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -33,7 +33,7 @@ then: .. code-block:: bash - $ pip install pygamma-agreement[CBC] + $ pip install "pygamma-agreement[CBC]" .. warning::