The Very Accurate Multiresolution Python Routines (VAMPyR) package is a high level Python interface to the MRCPP code.
$ git clone https://github.com/MRChemSoft/vampyr.git
$ cd vampyr
$ ./setup
$ cd build
$ make
The vampyr.so file is now located in vampyr/build/lib, from there it can be copied into your python working directory.