### This configuration assumes pvs and proveit are in the PATH variable.
### If pvs and proveit are not, please add the following to ~/.profile:
#
# export PVS_DIR=$HOME/PVS-6.0 ## The installation path of PVS
#
# if [ -d $PVS_HOME ]; then
#    export PATH=$PVS_DIR:$PATH
# fi

## Terminal:

$ unzip dvr-obl-HLR001-1.0-SNAPSHOT-bin.zip
$ cd dvr-obl-HLR001-1.0-SNAPSHOT

## If you’re running batch mode:

$ sh prove_all.sh # This runs a batch over all the pvs files. You have to be in the same dir as the file

## If you want to use the pvs environment

$ source configure.sh # This sets the library path for pvs. You have to be in the same dir as the file
$ cd pvs/obligations # Example directory
$ pvs <<somefile>>.pvs&

## If you’re using the pvs environment, do a quick M-x tc to see if it resolves the imports