> For the complete documentation index, see [llms.txt](https://docs-v3.activeloop.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-v3.activeloop.ai/v3.7.1/getting-started/vector-store/step-1-hello-world.md).

# 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](/v3.7.1/performance-features/introduction.md) for faster querying and vector search, install Deep Lake using:

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

<br>
