Update README.md

This commit is contained in:
Lukas Baumann 2020-12-03 03:49:35 +01:00 committed by GitHub
parent ee78f37801
commit 551e96726e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
<br/>
Managing script (UI): Changer.py. <br/>
Main loop: wrapper.py. <br/>