Skip to content

Commit 90b58cf

Browse files
Add conda install for all packages
1 parent 6cd3241 commit 90b58cf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/xarray.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ We will first download a dataset similar to the example above to illustrate the
4747

4848
.. Note::
4949

50-
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 commands in your (JupyterLab) terminal: ::
50+
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
53-
pip install pythia_datasets
52+
conda install netcdf4 pythia-datasets
5453

5554
Let us open a python shell and download a public dataset: ::
5655

0 commit comments

Comments
 (0)