Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,12 @@ To install `bigtree`, run the following line in command prompt:
$ pip install bigtree
```

If tree needs to use pandas methods, it requires additional dependencies.
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:

```console
$ pip install 'bigtree[pandas]'
$ pip install 'bigtree[polars]'
```

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