VPL requires using Julia version 1.7 or higher. The installation of VPL is as easy as running the following code:
using Pkg
Pkg.add(PackageSpec(url = "https://github.com/AleMorales/VPL.git", rev = "master"))
Check the documentation for tutorials on how to use VPL.