We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccdb8d5 commit 321026eCopy full SHA for 321026e
README.md
@@ -102,10 +102,10 @@ pip install polars
102
103
We also have a conda package (`conda install polars`), however pip is the preferred way to install Polars.
104
105
-# Install Polars with all optional dependencies.
+### Install Polars with all optional dependencies.
106
```sh
107
-pip install polars[all]
108
-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
109
```
110
You can also install the dependencies directly.
111
0 commit comments