Skip to content

Commit bddb057

Browse files
author
stephaniegott
committed
add conda install instructions
1 parent 83df3d6 commit bddb057

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ipyleaflet/leaflet.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,9 @@ class Velocity(Layer):
334334
except ModuleNotFoundError:
335335
raise ImportError(
336336
'The `xarray` module (required for use of the Velocity layer) is'
337-
'not installed. Run "$ pip install xarray" to install the latest'
338-
'version.'
337+
'not installed. Run "$ conda install -c conda-forge xarray dask'
338+
'netCDF4 bottleneck" or "$ pip install xarray" to install the '
339+
'latest version.'
339340
)
340341

341342
_view_name = Unicode('LeafletVelocityView').tag(sync=True)

0 commit comments

Comments
 (0)