Skip to content

Commit

Permalink
add colorama for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Dec 4, 2023
1 parent b31eaff commit 1507dae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions default/scripts/mau.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
source ${PATCHES_DIR}/python3_package.sh
python3_package_setup
python3_package_pip_install "setuptools"
if [ ${ARCH_BASE} == 'windows' ]; then
python3_package_pip_install "colorama"
fi
pushd mau
python3_package_install
python3_package_pth "mau"

0 comments on commit 1507dae

Please sign in to comment.