Browse Source

readme: added apt-get install cmd for graphviz package

Fabian Peter Hammerle 4 years ago
parent
commit
049af94bd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ Define family trees in YAML
 ## Setup
 
 ```sh
-$ sudo apt-get install python3-yaml # optional on debian
+$ sudo apt-get install python3-yaml python3-graphviz # optional on debian / ubuntu
 $ pip3 install --user --upgrade yamily[yaml,graphviz]
 ```