-
Notifications
You must be signed in to change notification settings - Fork 2
π Setup
Syashin , Chen edited this page Sep 2, 2018
·
3 revisions
To install PyFlickr, simply use pip:
$ pip install PyFlickr
Then, before using, you have to download Chromedriver to driver folder and unzip it.
$ mkdir driver
$ cd driver
$ curl -O https://chromedriver.storage.googleapis.com/{VERSION}/chromedriver_{OS}.zip
$ unzip chromedriver_{OS}.zip
Remember to update {VERSION}
with the latest version and {OS}
with your computer OS.
Version 2.41 on Mac :
$ curl -O https://chromedriver.storage.googleapis.com/2.41/chromedriver_mac64.zip
Version 2.41 On Windows :
$ curl -O https://chromedriver.storage.googleapis.com/2.41/chromedriver_win32.zip