Skip to content

Commit 321026e

Browse files
chore(docs): fix some README.md regression (#5321)
1 parent ccdb8d5 commit 321026e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ pip install polars
102102

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

105-
# Install Polars with all optional dependencies.
105+
### Install Polars with all optional dependencies.
106106
```sh
107-
pip install polars[all]
108-
pip install polars[numpy,pandas,pyarrow] # install a subset of all optional dependencies
107+
pip install 'polars[all]'
108+
pip install 'polars[numpy,pandas,pyarrow]' # install a subset of all optional dependencies
109109
```
110110
You can also install the dependencies directly.
111111

0 commit comments

Comments
 (0)