Przeglądaj źródła

readme: added apt-get install cmd for graphviz package

Fabian Peter Hammerle 5 lat temu
rodzic
commit
049af94bd0
1 zmienionych plików z 1 dodań i 1 usunięć
  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]
 ```