File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
8687Please use the appropriate link below to download Miniconda for your operating
8788system.
@@ -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
You can’t perform that action at this time.
0 commit comments