# Deploy Anyscale on Google Compute Engine (GCE)

[View Markdown](/admin/cloud/create-google-cloud.md)

## 1. Install Anyscale's python client package[​](#1-install-anyscales-python-client-package "Direct link to 1. Install Anyscale's python client package")

```
pip install -U "anyscale[gcp]"
anyscale login # authenticate
```

## 2. Configure your Cloud Provider account[​](#2-configure-your-cloud-provider-account "Direct link to 2. Configure your Cloud Provider account")

* Prepare a Google Cloud project for Anyscale to use.
* Follow the Google Cloud [instructions](https://cloud.google.com/sdk/docs/install) on installing gcloud CLI if you haven't.

note

Before you continue to the next step, make sure your GCP credentials have the following permissions ([learn more](/admin/cloud/configure-google-cloud.md)):

* Has owner role on the GCP project you want Anyscale to use

## 3. Create your Anyscale Cloud[​](#3-create-your-anyscale-cloud "Direct link to 3. Create your Anyscale Cloud")

Run the following command to create an Anyscale Cloud with the default configuration.

```
anyscale cloud setup
```

If you wish to use Terraform or customize other settings like VPC, follow [these instructions](/admin/cloud/configure-google-cloud.md) in the documentation.

## 4. Verify your Anyscale Cloud[​](#4-verify-your-anyscale-cloud "Direct link to 4. Verify your Anyscale Cloud")

Run the following command to verify that your newly created Anyscale Cloud is fully functional and ready to use.

Cloud Namemy-gcp-cloud

```
anyscale cloud verify --name <your_cloud_name>
```
