We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2686c commit 3bc863bCopy full SHA for 3bc863b
1 file changed
doc/Installing_Python_and_Python_Packages.rst
@@ -67,13 +67,13 @@ Option 1: *Conda*
67
68
.. code-block:: bash
69
70
- conda install geos
71
- conda install pyresample
+ conda install geos
72
conda install cmocean
73
- conda install xarray
74
- conda install xmitgcm
75
- conda install xgcm
76
- conda install cartopy
+ conda install -c conda-forge pyresample
+ conda install -c conda-forge xarray dask netCDF4 bottleneck
+ conda install -c conda-forge xmitgcm
+ conda install -c conda-forge xgcm
+ conda install -c conda-forge cartopy
77
78
79
0 commit comments