From ca28e70a44e2182711e6ae0d0f4027e22380cccf Mon Sep 17 00:00:00 2001 From: Jeremy Goh <30731072+thatlittleboy@users.noreply.github.com> Date: Mon, 27 Jun 2022 13:18:19 +0800 Subject: [PATCH] docs: use quotes in pip install instruction (#3820) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b26494c98762..f59c39238300 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ See the results in [h2oai's db-benchmark](https://h2oai.github.io/db-benchmark/) Install the latest polars version with: ``` -$ pip3 install -U polars[pyarrow] +$ pip3 install -U 'polars[pyarrow]' ``` Releases happen quite often (weekly / every few days) at the moment, so updating polars regularly to get the latest bugfixes / features might not be a bad idea.