diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-04 16:11:34 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-04 22:34:41 +0200 |
commit | 3c978a2d8a65ec06f6f0ccb910ca32d53cf5a8c2 (patch) | |
tree | 423c5e22b1aea6c68bbbdc6e1aaeb694fc47d039 /install | |
parent | 7076c0aa5fdbeeac32620b2cb354bc7c0a94c29e (diff) | |
download | Ishtar-3c978a2d8a65ec06f6f0ccb910ca32d53cf5a8c2.tar.bz2 Ishtar-3c978a2d8a65ec06f6f0ccb910ca32d53cf5a8c2.zip |
Graphs: save results, options and tests
- can generate only above and only bellow
- save dot files
- option for no color for current
- tests
Diffstat (limited to 'install')
-rwxr-xr-x | install/ishtar-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ishtar-install b/install/ishtar-install index fd1934db5..f3dbfe189 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -455,7 +455,7 @@ EOF python3-django-registration libpangocairo-1.0-0 python3-requests \ python3-bs4 python3-cffi python3-django-compressor pandoc libjs-jquery\ python3-tidylib python3-lxml python3-pil python3-html5lib \ - python3-psycopg2 python3-gdal gettext memcached \ + python3-psycopg2 python3-gdal gettext memcached graphviz \ python3-memcache python3-dbf python3-markdown \ python3-reportlab python3-django-extensions python3-unidecode' ) fi @@ -467,7 +467,7 @@ EOF django-extensions==1.7.4' ) ( set -x; $sh_c 'sleep 3; apt-get install -y -q \ libpangocairo-1.0-0 python3-requests \ - python3-bs4 python3-cffi pandoc libjs-jquery \ + python3-bs4 python3-cffi pandoc libjs-jquery graphviz \ python3-tidylib python3-lxml python3-imaging python3-html5lib \ python3-psycopg2 python3-gdal gettext memcached \ python3-memcache python3-dbf python3-markdown \ |