update README with info on requirements

This commit is contained in:
Frede Hundewadt 2023-08-23 10:54:48 +02:00
parent fecda6d988
commit 51d5517f6f

View file

@ -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. 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 dont 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 ## Setup
Besides the basic Python modules - the script relies on the Python requests module. Besides the basic Python modules - the script relies on the Python requests module.