Skip to content

Instantly share code, notes, and snippets.

@gaiar
Last active May 1, 2019 10:17
Show Gist options
  • Save gaiar/00d1cf5cac6f2470492f35fabb30da88 to your computer and use it in GitHub Desktop.
Save gaiar/00d1cf5cac6f2470492f35fabb30da88 to your computer and use it in GitHub Desktop.
Installing Python library for downloading images
#!/usr/bin/env bash
conda activate birds
git clone https://github.com/hardikvasa/google-images-download.git
cd google-images-download && sudo python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment