From 50586a33a3e2b44f64e0490881ccf8fa06c51c62 Mon Sep 17 00:00:00 2001 From: Christoph Daniel Miksche Date: Fri, 17 Jun 2022 13:56:47 +0200 Subject: [PATCH] docs: add xz as dependency Add the missing dependency `xz` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abf6e0b..1fe9305 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Uses python version 3 ## Dependencies -Ensure `pip3`, `setuptools`, and `wheel` dependencies are installed on the system you are running this script in. +Ensure `pip3`, `setuptools`, `xz-utils` and `wheel` dependencies are installed on the system you are running this script in. (Most Linux OS like Ubuntu or Debian come with these pre-installed) ## Installation