Skip to content
Snippets Groups Projects
Commit ff7b0f98 authored by Seblu's avatar Seblu
Browse files

add message to explain which version is installe

parent 803e86d7
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,8 @@ try:
else:
p_main.print_usage()
exit(1)
# Print setup information
arrow("Installing %s v%s" % (pkg.name, pkg.version))
# install start time
t0 = time.time()
# run parser scripts with parser parser argument
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment