git clone https://github.com/JulioPDX/auto_mpls_l3vpn.git
cd auto_mpls_l3vpn
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
At this point you can either copy the topology I have or build your own. Just note that you will have to match IP addressing to whatever you pick as well as interface naming. Wish you all the best and happy automating!