mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-18 12:03:57 +01:00
Add beter instruction for readme
This commit is contained in:
parent
a56df23d9a
commit
d36d9e3177
@ -12,7 +12,7 @@ addons:
|
|||||||
- gfortran
|
- gfortran
|
||||||
- gcc
|
- gcc
|
||||||
- liblapack-dev
|
- liblapack-dev
|
||||||
# - graphviz
|
- graphviz
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
@ -203,6 +203,8 @@ class ModuleHandler():
|
|||||||
graph.node(module, fontcolor="red")
|
graph.node(module, fontcolor="red")
|
||||||
draw_module_edge(module, d_ref[module])
|
draw_module_edge(module, d_ref[module])
|
||||||
|
|
||||||
|
# Try to render the png
|
||||||
|
# If not just touch it
|
||||||
try:
|
try:
|
||||||
graph.render(cleanup=True)
|
graph.render(cleanup=True)
|
||||||
except:
|
except:
|
||||||
|
@ -108,8 +108,9 @@ if __name__ == '__main__':
|
|||||||
save_new_module(path, l_child_reduce)
|
save_new_module(path, l_child_reduce)
|
||||||
|
|
||||||
print " [ OK ]"
|
print " [ OK ]"
|
||||||
print "If this was a plugins, you can install it normaly. Type:"
|
print "You can now install it normaly. Type:"
|
||||||
print "` {0} install {1} `".format(os.path.basename(__file__), name)
|
print "` {0} install {1} `".format(os.path.basename(__file__), name)
|
||||||
|
print "And don't forgot to add this to the git if you want"
|
||||||
|
|
||||||
elif arguments["download"]:
|
elif arguments["download"]:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user