Skip to content

Commit

Permalink
Clarify viz dependencies error
Browse files Browse the repository at this point in the history
  • Loading branch information
pfebrer authored Jun 17, 2024
1 parent 35f93da commit b73c05c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/sisl/viz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
raise ModuleNotFoundError(
"""\
sisl.viz requires additional packages.
- conda install nodify plotly netCDF4 scikit-image pathos
- pip install sisl[viz]"""
Install them with pip:
pip install sisl[viz]
Or conda (only possible if inside a conda environment):
conda install nodify plotly netCDF4 scikit-image pathos
"""
) from e

# Placeholders for 'plot' attributes are set in the classes while
Expand Down

0 comments on commit b73c05c

Please sign in to comment.