Skip to content

Commit

Permalink
chore(docs): fix some README.md regression (#5321)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatlittleboy committed Oct 24, 2022
1 parent ccdb8d5 commit 321026e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ pip install polars

We also have a conda package (`conda install polars`), however pip is the preferred way to install Polars.

# Install Polars with all optional dependencies.
### Install Polars with all optional dependencies.
```sh
pip install polars[all]
pip install polars[numpy,pandas,pyarrow] # install a subset of all optional dependencies
pip install 'polars[all]'
pip install 'polars[numpy,pandas,pyarrow]' # install a subset of all optional dependencies
```
You can also install the dependencies directly.

Expand Down

0 comments on commit 321026e

Please sign in to comment.