agentOfChaos / ichigo-short-cake

cli Manga downloader which is automatic, highly parallel and fault-tolerant
GNU General Public License v3.0
2 stars 0 forks source link

How to use #1

Closed kurokirasama closed 6 years ago

kurokirasama commented 6 years ago

Hello, to use this, should I download the isk.py file or all of them?

agentOfChaos commented 6 years ago

You should download the whole project as Zip (or simply git clone it), extract it to a folder, and then run the script from there. If python complains about missing modules, try running pip install -r requirements.txt

kurokirasama commented 6 years ago

thanks!!