File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The progress bars shown by EasyBuild are *dynamic*: they are only visible when t
1111
1212Note that for most progress bars each step is treated as being equal even though the time taken for the
1313various steps varies. There are many factors that impact how long an individual installation step, installing
14- an easyconfig, or installing an extension may and this makes it very difficult to get a good estimate on how
14+ an easyconfig, or installing an extension may take and this makes it very difficult to get a good estimate on how
1515much time will be needed.
1616The download progress bar is an exception here (as long as the size of the file to download could be determined first).
1717
@@ -90,6 +90,8 @@ which shows:
9090
9191## Relevant configuration options
9292
93+ For information about configuring EasyBuild, see [ Configuring Easybuild] ( https://docs.easybuild.io/configuration/ ) .
94+
9395### ` output-style `
9496
9597The ` output-style ` configuration option determines the output style of the ` eb ` command.
@@ -100,7 +102,7 @@ This also makes `Rich` a *required* dependency for EasyBuild.
100102Using '` basic ` ' as value for ` output-style ` results in basic output (no progress bars).
101103
102104By default ` output-style ` is set to '` auto ` ', which implies using the ` Rich ` Python package to produce
103- rich output (incl. progress bars) if is available,
105+ rich output (incl. progress bars) if ` Rich ` is available,
104106and falling back to using the basic output style if ` Rich ` is not available.
105107
106108### ` show-progress-bar `
You can’t perform that action at this time.
0 commit comments