You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cd google-images-download && sudo python setup.py install
36
36
37
+
**Manually using UI:**
38
+
39
+
Go to the `repo on github <https://github.com/hardikvasa/google-images-download>`__ ==> Click on 'Clone or Download' ==> Click on 'Download ZIP' and save it on your local disk.
40
+
37
41
Usage
38
42
-----
39
43
44
+
If installed via pip or using CLI, use the following command:
45
+
40
46
::
41
47
42
48
$ googleimagesdownload [Arguments...]
43
49
50
+
If downloaded via the UI, unzip the file downloaded, go to the 'google_images_download' directory and use one of the below commands:
When you run the command, it downloads the images in the current directory (the directory from where you are running the command). If you get permission denied error for creating the `downloads directory`, then move to a directory in which you have the write permission and then run the command again.
243
+
244
+
245
+
**## Permission denied while installing the library**
246
+
247
+
On MAC and Linux, when you get permission denied when installing the library using pip, try using shifting to sudo user and run the command.
0 commit comments