Skip to content

Commit 654b7b4

Browse files
Update Python version in sample conda environment build to Python 3.9 (#740)
1 parent 640ed90 commit 654b7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ First, we must configure conda to get packages from the
7777
Now we can create a new conda environment with Python and all our dependencies installed
7878
(we'll call it ``pygmt`` but you can change it to whatever you want)::
7979

80-
conda create --name pygmt python=3.8 pip numpy pandas xarray netcdf4 packaging gmt
80+
conda create --name pygmt python=3.9 pip numpy pandas xarray netcdf4 packaging gmt
8181

8282
Activate the environment by running::
8383

0 commit comments

Comments
 (0)