def run(self):
     install.run(self)
     post_install()
Ejemplo n.º 2
0
 def run(self):
     install.run(self)
     post_install()  # Does not work with pip
Ejemplo n.º 3
0
 def run(self):
     _develop.run(self)
     post_install()
Ejemplo n.º 4
0
 def run(self):
     _develop.run(self)
     post_install()
Ejemplo n.º 5
0
 def run(self):
     install.run(self)
     post_install()  # Does not work with pip