Difference between revisions of "Play Ground"

From BITPlan schlaun Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
digraph wzTest {
 
digraph wzTest {
  
   "Von hier" -> "nach da"
+
   "Von hier" -> "nach da" -> "zu dort"
  
 
}
 
}
 
</graphviz>
 
</graphviz>
 +
 +
 +
pip install --user -r requirements.txt

Latest revision as of 21:18, 28 July 2020

GraphViz


pip install --user -r requirements.txt