Skip to content

Commit c3234ab

Browse files
authored
explicitly using conda-forge channel to help Windows installation
1 parent 90b58cf commit c3234ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/xarray.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ We will first download a dataset similar to the example above to illustrate the
4949

5050
If you have set up your ``python-for-scicomp`` environment yesterday or earlier, you need to install the packages ``netcdf4`` and ``pythia_datasets`` manually. You can do this by running the following command in your (JupyterLab) terminal: ::
5151

52-
conda install netcdf4 pythia-datasets
52+
conda install netcdf4 pythia-datasets -c conda-forge
5353

5454
Let us open a python shell and download a public dataset: ::
5555

0 commit comments

Comments
 (0)