From ba7aa7a47d661bb54cc589ef5514e845deca3f9c Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Wed, 14 Aug 2024 17:25:39 +0200 Subject: [PATCH] Add single quotes in `pip install ...` Co-authored-by: Alessandro Candido --- pineappl_py/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pineappl_py/README.md b/pineappl_py/README.md index 47583150..a91bb744 100644 --- a/pineappl_py/README.md +++ b/pineappl_py/README.md @@ -48,7 +48,7 @@ can be used in Python projects that use the same environment. Run the following once to install the documentation's dependencies: ```shell -pip install .[docs] +pip install '.[docs]' ``` Then run