We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640ed90 commit 654b7b4Copy full SHA for 654b7b4
doc/install.rst
@@ -77,7 +77,7 @@ First, we must configure conda to get packages from the
77
Now we can create a new conda environment with Python and all our dependencies installed
78
(we'll call it ``pygmt`` but you can change it to whatever you want)::
79
80
- conda create --name pygmt python=3.8 pip numpy pandas xarray netcdf4 packaging gmt
+ conda create --name pygmt python=3.9 pip numpy pandas xarray netcdf4 packaging gmt
81
82
Activate the environment by running::
83
0 commit comments