From 0a61ecdfc74836b550c239c2e9bde1b19c78d2af Mon Sep 17 00:00:00 2001 From: TBS093A Date: Fri, 9 Oct 2020 14:58:35 +0200 Subject: [PATCH] fix packages -> disable graphviz --- packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.sh b/packages.sh index 4931846..3d13a79 100755 --- a/packages.sh +++ b/packages.sh @@ -6,7 +6,7 @@ pip install requests pip install pyjwt pip install django_extensions -pip install pydotplus # for runing generate UML: +# pip install pydotplus # apt-get install graphviz \ No newline at end of file