Last active
May 1, 2019 10:17
-
-
Save gaiar/00d1cf5cac6f2470492f35fabb30da88 to your computer and use it in GitHub Desktop.
Installing Python library for downloading images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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