curseDownloader
curseDownloader copied to clipboard
How do i do this on mac?
i don't know how to do this, I've read the readme, I've tried opening the downloader but all it does is ope a python box where I can edit.
You need to use it from the command line. So first install python3, to do so, I recommend installing brew. To install python3 do brew install python3
in your terminal, then run this command
python3 /path/to/downloader /path/to/manifest
with the paths obviously replaced
alright, I downloaded brew, and put the command line into my terminal, but every time it will say something like line 2, in
I downloaded brew and python3 and I'm having some issues. When I type in the command 'python3 /path/to/downloader /path/to/manifest' this shows up...
/usr/local/opt/python3/bin/python3.5: can't find 'main' module in '/path/to/downloader'
What do I do?
Did you literally run python3 /path/to/downloader /path/to/manifest
or did you substitute in the file paths?