From 9627f322f6857250fd502d73131f7fecb1326a68 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Wed, 29 Dec 2021 22:21:04 +0100 Subject: [PATCH] Mark colorama dependency as optional --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6fe741..ce1dabd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A windows homebrew kit and collection of mods. Can mod .WIM (this is where main- ## Prerequisites * **Python:** https://www.python.org/downloads/ (Get 3.8.* if you're on 7, devs are soy) -* **colorama:** `py -m pip install colorama` +* **colorama** (optional)**:** `py -m pip install colorama` * **wimlib:** https://wimlib.net/ (if working with .WIMs) * **Something to run the script as SYSTEM and TrustedInstaller:** There isn't much good software to do this with, especially the TrustedInstaller part. This is okay: https://www.nirsoft.net/utils/advanced_run.html -- But it's not open source ([*1](#notes))