From: Luke Kenneth Casson Leighton Date: Thu, 10 Jun 2021 12:04:51 +0000 (+0100) Subject: add svgwrite to list of dependencies X-Git-Url: https://git.libre-soc.org/?p=dev-env-setup.git;a=commitdiff_plain;h=ca646c5df182f1bc83f6a7d8b2d4934d86756c54 add svgwrite to list of dependencies --- diff --git a/install-hdl-apt-reqs b/install-hdl-apt-reqs index 9ef6dd5..249cb69 100755 --- a/install-hdl-apt-reqs +++ b/install-hdl-apt-reqs @@ -40,6 +40,8 @@ apt-get install -y autoconf \ python3.7-dev \ python3-nose \ python3-setuptools \ + python-svgwrite \ + python3-svgwrite \ python3-venv \ python3-sphinx \ python3-sphinx-rtd-theme \