# Customizing the Install Command while creating Projects

**Published:** August 6, 2021 | **Authors:** Ana Jovanova

---

When [importing a Git repository](https://vercel.com/new) into Vercel, your Project's dependencies used to automatically be installed using either [Yarn](https://yarnpkg.com/) or [npm](https://www.npmjs.com/), depending on your code. Selecting a different package manager such as [pnpm](https://pnpm.io) was only possible after the Project was already deployed.

As of today, however, you can configure your custom Install Command even before the first Deployment for your new Project is created.

This also comes in handy for passing custom options to the `yarn` or `npm install` commands, since you can simply place the command of your choice in the "Install Command" field.

Check out [the documentation](https://vercel.com/docs/build-step#install-command) as well.

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)