From 551e96726eaac9bd7d89895ffc1a112c4fe614b3 Mon Sep 17 00:00:00 2001 From: Lukas Baumann Date: Thu, 3 Dec 2020 03:49:35 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c4e11f5..0059689 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ REQUIREMENTS: Python 3 Following modules: - * cx_Freeze - * praw - * progressbar - * imgur_downloader - * wxPython + * cx_Freeze (pip install cx-Freeze) + * praw (pip install praw) + * progressbar (pip install progressbar) + * imgur_downloader (pip install imgur-downloader) + * wx (pip install wxPython)
Managing script (UI): Changer.py.
Main loop: wrapper.py.