Automapper can be installed from nuget running the following command in Package Manager Console:
Install-Package AutoMapper
Then it can be included in different files within the project it has been installed to by using directives:
using
using AutoMapper;