Commit 68263141 by Sébastien Eustace

Uncomment installation call

parent 6e2cc4f7
...@@ -162,7 +162,7 @@ class Installer: ...@@ -162,7 +162,7 @@ class Installer:
print('Installing version: ' + colorize('info', version)) print('Installing version: ' + colorize('info', version))
#return self.install(version) return self.install(version)
def install(self, version): def install(self, version):
# Most of the work will be delegated to pip # Most of the work will be delegated to pip
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment