regosen/gallery_get

How to install and run it (pip install method)?

Opened this issue · 1 comments

Hello, i have followed README instruction to install:

pip install gallery_get

but then i do not know how to run it?

python gallery_get.py https://www.imagebam.com/gallery/abcdef
python: can't open file '/path/here/gallery_get.py': [Errno 2] No such file or directory

I think gg implicitly assumes you know a bit about python. I have no idea where pip installs files, but I'll bet you can google that.

I download a ZIP file so I always know where the files reside. There are local configuration issues that you might have (like settings in the plugin files) that won't work well with updates.

As a general rule, if I have issues like this, I google the domain (python or pip) and the specific error message (python: can't open file) and that often answers your question. Googling: "pip python: can't open file" seems to show some useful results.