Skip to content

Commit 73b9c54

Browse files
authored
Merge pull request #794 from dianna-ai/793-make-command-to-install-dashboard-dependencies-also-work-for-zsh
fix dashboard installation requirements command
2 parents 47bc7af + 1dd7493 commit 73b9c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dianna/dashboard/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The DIANNA dashboard can be used for simple exploration of your trained model explained by DIANNA. The dashboard produces the visual explanation of your selected XAI method. Additionally it allows you to compare the results of different XAI methods, as well as explanations of the top ranked predicted labels. The dashboard was created using [streamlit](https://streamlit.io/).
66

7-
To open the dashboard, you can install dianna via `pip install -e .[dashboard]` and run:
7+
To open the dashboard, you can install dianna via `pip install -e '.[dashboard]'` and run:
88

99
```console
1010
dianna-dashboard

0 commit comments

Comments
 (0)