post_install () { cat << EOF ==> Add this code to your .emacs file to use the library: (require 'pyvenv) ==> Or, with use-package: (use-package pyvenv) EOF } post_upgrade () { post_install $1 }