# Integration with Vagrant

You can build and distribute your portable development environments based on Parallels Desktop for Mac using the officially supported Parallels provider which is available for free from [here](https://github.com/Parallels/vagrant-parallels).

Once you have the latest versions of [Parallels Desktop for Mac](https://www.parallels.com/products/desktop/) and [Vagrant](https://www.vagrantup.com/downloads.html) installed, use this command to install the integration plugin:

```
$ vagrant plugin install vagrant-parallels
```

You can set up your Vagrant-managed virtual machine by following [this guide](https://parallels.github.io/vagrant-parallels/docs/getting-started.html).
