---
title: 'Development builds: Installation'
sidebar_title: Installation
description: Learn what are the prerequisites and installation steps to create a development build.
---
import { Terminal } from '~/ui/components/Snippet';
import { BoxLink } from '~/ui/components/BoxLink';
import { Step } from '~/ui/components/Step';
import { BookOpen02Icon } from '@expo/styleguide-icons';
In this guide, you'll learn what you need to install in your project to create a development build.
## Prerequisites
You need to initialize your project with Expo. If you still need to do so, see the [initializing steps](/get-started/create-a-project/#initialize-a-new-project) if you are starting a new project.
We also recommend installing EAS CLI as a global npm dependency by running the following command:
## Install expo-dev-client
To initialize a development build, you need to install the `expo-dev-client` library in your project:
## Login to your Expo account
Logging into your Expo account will be useful when creating a build or submitting your app to the app stores.
If you are already signed in to an Expo account using Expo CLI, you can skip the steps described in this section. If you are not, run the following command to log in:
You can check whether you are logged in by running `eas whoami`.
## Next step