Mark colorama dependency as optional

This commit is contained in:
Fierelier 2021-12-29 22:21:04 +01:00
parent 07b4d67bf1
commit 9627f322f6

View File

@ -5,7 +5,7 @@ A windows homebrew kit and collection of mods. Can mod .WIM (this is where main-
## Prerequisites ## Prerequisites
* **Python:** https://www.python.org/downloads/ (Get 3.8.* if you're on 7, devs are soy) * **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) * **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)) * **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))