Description: Update README
 This patch applies an upstream commit that improves the README file.
 The commit was made after the last official release but has not yet 
 been included in a tagged version.
Origin: upstream, https://github.com/digitalsleuth/time_decode/commit/c39d545dbbc3753bcd21190d8abc7103e383292d
Forwarded: not-needed
Author: digitalsleuth <corey@digitalsleuth.ca>
Last-Update: 2025-02-01

---
 README.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 57e621e..1cefa3f 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,12 @@ This was developed with the Digital Forensics field in mind, so all of the testi
 If you have any questions, suggestions, helpful thoughts of any kind, please feel free to drop me a line.
 
 # Requirements
-For python3, dateutil does not come pre-installed as a module. It will need to be installed manually:
-
-`sudo apt-get install python3-dateutil` or `python3 -m pip install python-dateutil`
+All requirements will get installed automatically when following the below install methods. The additional packages which get installed are:
+- PyQt6
+- python-dateutil
+- colorama
+- tzdata
+- juliandate
 
 # Install
 `python3 -m pip install time-decode` or `python3 -m pip install git+https://github.com/digitalsleuth/time_decode`
