# Step 1: Hello World

## How to Install Deep Lake and Get Started

### Installing Deep Lake

Deep Lake can be installed through pip. **By default, Deep Lake does not install dependencies for audio, video, google-cloud, and other features.** [**Details on all installation options are available here**](https://docs.deeplake.ai/en/latest/Installation.html)**.**&#x20;

```bash
! pip install deeplake
```

To use enterprise features such as [Compute Engine](https://docs-v3.activeloop.ai/v3.6.8/enterprise-features/compute-engine) for faster querying and vector search, install Deep Lake using:

```bash
! pip install "deeplake[enterprise]"
```

<br>
