Skip to content

Commit 0908f18

Browse files
authored
Update install_pysteps.rst (#489)
1 parent 079b883 commit 0908f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user_guide/install_pysteps.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@ the following error during the installation::
140140
To solve this issue, obtain the latest gcc version with
141141
Homebrew_ that has multi-threading enabled::
142142

143-
brew install gcc
143+
brew install gcc@13
144144

145145
.. _Homebrew: https://brew.sh/
146146

147147
To make sure that the installer uses the homebrew's gcc, export the
148148
following environmental variables in the terminal
149-
(supposing that gcc version 8 was installed)::
149+
(supposing that gcc version 13 was installed)::
150150

151151
export CC=gcc-13
152152
export CXX=g++-13

0 commit comments

Comments
 (0)