Skip to content

Commit

Permalink
add pyarrow install to quickstart setup (#3682)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jun 13, 2022
1 parent 6db9de6 commit 1bb528b
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
$ 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 1bb528b

Please sign in to comment.