Skip to content

Commit e34189e

Browse files
Apply suggestions from code review
Co-authored-by: Katelyn FitzGerald <[email protected]>
1 parent 9a9cbcf commit e34189e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/source/tutorials/wrf_workshop_2019.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ For Linux:
8181
Step 2: Download Miniconda
8282
----------------------------
8383

84-
For this tutorial, you will need to download and install Miniconda.
84+
For this tutorial, you will need to download and install Miniconda. We are
85+
going to use Python 3.7, but it will also work with Python 2.7.
8586

8687
Please use the appropriate link below to download Miniconda for your operating
8788
system.
@@ -229,7 +230,7 @@ Follow the instructions below to create the tutorial_2019 environment.
229230

230231
Type or copy this command in to your command terminal::
231232
232-
conda create -n tutorial_2019 python=3.11 matplotlib cartopy netcdf4 jupyter git ffmpeg wrf-python
233+
conda create -n tutorial_2019 python=3.7 matplotlib cartopy netcdf4 jupyter git ffmpeg wrf-python
233234
234235
Type "y" when prompted. It will take several minutes to install everything.
235236

0 commit comments

Comments
 (0)