Skip to content

Commit

Permalink
docs: use quotes in pip install instruction (#3820)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatlittleboy committed Jun 27, 2022
1 parent e92fc5e commit ca28e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ca28e70

Please sign in to comment.