10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-11-03 20:54:00 +01:00
This commit is contained in:
Anthony Scemama 2015-10-06 20:54:10 +02:00
parent dc3cfb9dbd
commit e32fa56bc2

View File

@ -109,8 +109,9 @@ if __name__ == '__main__':
save_new_module(path, l_child_reduce) save_new_module(path, l_child_reduce)
print " [ OK ]" print " [ OK ]"
print "You can now install it normally. Type:" print "Your module is created in the `plugins` directory."
print "` {0} install {1} `".format(os.path.basename(__file__), name) print "You need to create some `.irp.f` to be able to install it."
# print "` {0} install {1} `".format(os.path.basename(__file__), name)
print "" print ""
elif arguments["download"]: elif arguments["download"]: