From d57509580057e70debadee8abb51bb4add7d361d Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 6 May 2024 12:09:26 +0200 Subject: [PATCH] doc/setup.msys2: install colorama through pacman --- doc/setup.msys2.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/setup.msys2.sh b/doc/setup.msys2.sh index 1c646cc..23448fc 100644 --- a/doc/setup.msys2.sh +++ b/doc/setup.msys2.sh @@ -30,7 +30,8 @@ pacman -S --noconfirm p7zip git \ mingw-w64-x86_64-gtkwave \ mingw-w64-x86_64-python-pip \ mingw-w64-x86_64-python-setuptools \ - mingw-w64-x86_64-python-wheel + mingw-w64-x86_64-python-wheel \ + mingw-w64-x86_64-python-colorama if [ -d vunit ]; then printf "\033[31mSubdir 'vunit' exists already.\033[0m\n"