digraph G {
  	node [color=black fontsize=11 shape=box style=rounded]
  	edge [arrowsize=.5 fontname=arial fontsize=11]
  	rankdir=LR
  	"Anaconda Installation" -> "Graphviz Installation"
  	"Graphviz Installation" -> "PyML Testing"
}
Fork me on GitHub