Update installation authored by Eva Schiffer's avatar Eva Schiffer
...@@ -28,9 +28,7 @@ Once you have Anaconda installed, run the following commands on the command line ...@@ -28,9 +28,7 @@ Once you have Anaconda installed, run the following commands on the command line
conda install pyqt conda install pyqt
# install some or all of these libraries for opening various types of files # install some or all of these libraries for opening various types of files
# for hdf 4 files (.hdf) # for netCDF and hdf 4 files (.nc & .hdf)
conda install -c conda-forge pyhdf
# for netCDF files (.nc)
conda install netcdf4 conda install netcdf4
# for hdf 5 files (.h5) # for hdf 5 files (.h5)
conda install h5py conda install h5py
... ...
......