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 Python 3
Following modules: Following modules:
* cx_Freeze * cx_Freeze (pip install cx-Freeze)
* praw * praw (pip install praw)
* progressbar * progressbar (pip install progressbar)
* imgur_downloader * imgur_downloader (pip install imgur-downloader)
* wxPython * wx (pip install wxPython)
<br/> <br/>
Managing script (UI): Changer.py. <br/> Managing script (UI): Changer.py. <br/>
Main loop: wrapper.py. <br/> Main loop: wrapper.py. <br/>