Skip to content

Commit

Permalink
Fix extras require name for Google Cloud (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Nov 16, 2020
1 parent 546be3d commit 4ae78df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can also restrict your install to just a specific cloud provider by giving t
$ pip install dask-cloudprovider[aws]  # or
$ pip install dask-cloudprovider[azure]  # or
$ pip install dask-cloudprovider[digitalocean]  # or
$ pip install dask-cloudprovider[googlecloud]
$ pip install dask-cloudprovider[gcp]
Conda
-----
Expand Down

0 comments on commit 4ae78df

Please sign in to comment.