Skip to content

Commit b307527

Browse files
committed
docs(readme): Adds pandas for Excel functionality
1 parent f211285 commit b307527

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@ If napari is not already installed, you can install `napari-label-manager` with
6161
pip install "napari-label-manager[all]"
6262
```
6363

64-
### For Excel Export Functionality
64+
### For Excel Export and Load Functionality
6565

66-
To enable Excel export features for label annotations, install the optional dependency:
66+
To enable Excel export features for label annotations, install the optional and pandas dependency:
6767

6868
```
69-
pip install openpyxl
69+
pip install openpyxl pandas
7070
```
7171

7272
Or install everything together:
7373

7474
```
75-
pip install napari-label-manager openpyxl
75+
pip install napari-label-manager openpyxl pandas
7676
```
7777

7878

0 commit comments

Comments
 (0)