portablejim / curseDownloader

Curse Modpack downloader
GNU General Public License v3.0
138 stars 40 forks source link

Doesn't create dirs automatically. #3

Closed luckcolors closed 9 years ago

luckcolors commented 9 years ago

From @luckcolors on April 25, 2015 14:59

Hello. I've got an suggestion and a bug to report :).

  1. Please add the info about installing dependency "appdirs" and "requests" need to run this python script
  2. Make the python script able to create a folder if needed like: The program needs to download a file in C:\modpack\mods\file..... if the folder mods is missing the program will return error. 3 Also could you make the cache portable? I mean stored in the folder of the python script?

Copied from original issue: portablejim/Jims-Mod-Manager#1

luckcolors commented 9 years ago

From @portablejim on April 25, 2015 16:0

Is this in the wrong project? This one is a java based thing. You may have wanted https://github.com/portablejim/curseDownloader

luckcolors commented 9 years ago

yeah sorry.... Moved now :).

portablejim commented 9 years ago

Installing appdirs and requests is done by

pip3 install appdirs requests

I have fixed the mod-folder creation problem.

Making the cache portable definitely is a possibility.

luckcolors commented 9 years ago

Thanks :).