Skip to content

Commit e697b20

Browse files
committed
docs: Update install instructions
1 parent 3ccd0fb commit e697b20

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,12 @@ To install `bigtree`, run the following line in command prompt:
118118
$ pip install bigtree
119119
```
120120

121-
If tree needs to use pandas methods, it requires additional dependencies.
122-
Run the following line in command prompt:
121+
If tree needs to use pandas or polars methods, it requires additional dependencies.
122+
Run the following lines in command prompt:
123123

124124
```console
125125
$ pip install 'bigtree[pandas]'
126+
$ pip install 'bigtree[polars]'
126127
```
127128

128129
If tree needs to be exported to image, it requires additional dependencies.

0 commit comments

Comments
 (0)