We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccd0fb commit e697b20Copy full SHA for e697b20
README.md
@@ -118,11 +118,12 @@ To install `bigtree`, run the following line in command prompt:
118
$ pip install bigtree
119
```
120
121
-If tree needs to use pandas methods, it requires additional dependencies.
122
-Run the following line in command prompt:
+If tree needs to use pandas or polars methods, it requires additional dependencies.
+Run the following lines in command prompt:
123
124
```console
125
$ pip install 'bigtree[pandas]'
126
+$ pip install 'bigtree[polars]'
127
128
129
If tree needs to be exported to image, it requires additional dependencies.
0 commit comments