In order to get started, you just need to install the Unity nuget package.
Run the following command from the package manager console:
PM> Install-Package Unity
Alternatively, you can use Visual Studio to install Unity on a particular project using the Manage NuGet Packages for Solution opti...