Skip to content

Commit

Permalink
doc/setup.msys2: install colorama through pacman
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed May 6, 2024
1 parent 9df38b5 commit d575095
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/setup.msys2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d575095

Please sign in to comment.