def run(self): install.run(self) post_install()
def run(self): install.run(self) post_install() # Does not work with pip
def run(self): _develop.run(self) post_install()