diff --git a/README.md b/README.md index 6477ba1..dae637e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ The tool provides a convenient way of downloading and verifying an ISO as they a Neither Sway nor ARM is supported, sway because the files is located elsewhere and ARM because there is no signature. +## Get started +Besides the basic Python modules - the script relies on the Python requests module. + +### Manjaro +On Manjaro you don’t need to install it - it is present as a dependency of pacman-mirrors. + +### Other Linux +If you are using another Linux you can use requirements.txt to install the necessary dependency. + ## Setup Besides the basic Python modules - the script relies on the Python requests module.