Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update installation
authored
Mar 24, 2022
by
Eva Schiffer
Show whitespace changes
Inline
Side-by-side
installation.md
View page @
7d6614c3
...
@@ -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
...
...
...
...