From b6d8f1b292a216ac928574a5c807e24cca902be5 Mon Sep 17 00:00:00 2001 From: Sophia Lockton <69818937+slockton24@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:27:29 -0400 Subject: [PATCH] Update README.md Include quotes when installing with pip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de942f88e..96908989c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ $ conda install -c conda-forge python-graphblas ``` or pip: ``` -$ pip install python-graphblas[default] +$ pip install 'python-graphblas[default]' ``` This will also install the [SuiteSparse:GraphBLAS](https://github.com/DrTimothyAldenDavis/GraphBLAS) compiled C library. We currently support the [GraphBLAS C API 2.0 specification](https://graphblas.org/docs/GraphBLAS_API_C_v2.0.0.pdf).