From 4bb612088874093ca8e9e5cbcddae685798da440 Mon Sep 17 00:00:00 2001 From: nyxst4ck <289980115+nyxst4ck@users.noreply.github.com> Date: Tue, 21 Jul 2026 18:01:14 -0300 Subject: [PATCH] docs: quote pip extras install examples --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94194ccc..e216ed22 100755 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ to install the dependencies built for CUDA 12.1. If you want to run the benchmarks, you should install additional dependencies. ``` -pip install the_well[benchmark] +pip install 'the_well[benchmark]' ``` ### Downloading the Data diff --git a/docs/index.md b/docs/index.md index 0a994de9..f4a378b9 100755 --- a/docs/index.md +++ b/docs/index.md @@ -76,7 +76,7 @@ to install the dependencies built for CUDA 12.1. If you want to run the benchmarks, you should install additional dependencies. ``` -pip install the_well[benchmark] +pip install 'the_well[benchmark]' ``` ### Downloading the Data